Skip to content

Commit 433ccc5

Browse files
committed
fix precompile
1 parent 4c26cbd commit 433ccc5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ $(NIF_SO): $(PRIV_DIR) $(LIBUV_A)
5050
cleanup:
5151
@ rm -rf "$(PRIV_DIR)"
5252
@ rm -rf "$(LIBUV_BUILD_DIR)"
53+
@ rm -rf "$(LIBUV_INSTALL_DIR)"
5354
@ rm -rf "$(NIF_BUILD_DIR)"

Makefile.win

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ $(NIF_SO): $(PRIV_DIR) $(NIF_BUILD_DIR) $(LIBUV_A)
6363
cleanup:
6464
@ if exist "$(PRIV_DIR)" rmdir /s /q "$(PRIV_DIR)"
6565
@ if exist "$(LIBUV_BUILD_DIR)" rmdir /s /q "$(LIBUV_BUILD_DIR)"
66+
@ if exist "$(LIBUV_INSTALL_DIR)" rmdir /s /q "$(LIBUV_INSTALL_DIR)"
6667
@ if exist "$(NIF_BUILD_DIR)" rmdir /s /q "$(NIF_BUILD_DIR)"

0 commit comments

Comments
 (0)