Skip to content

Commit

Permalink
fix precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jun 14, 2024
1 parent 4c26cbd commit 433ccc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ $(NIF_SO): $(PRIV_DIR) $(LIBUV_A)
cleanup:
@ rm -rf "$(PRIV_DIR)"
@ rm -rf "$(LIBUV_BUILD_DIR)"
@ rm -rf "$(LIBUV_INSTALL_DIR)"
@ rm -rf "$(NIF_BUILD_DIR)"
1 change: 1 addition & 0 deletions Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ $(NIF_SO): $(PRIV_DIR) $(NIF_BUILD_DIR) $(LIBUV_A)
cleanup:
@ if exist "$(PRIV_DIR)" rmdir /s /q "$(PRIV_DIR)"
@ if exist "$(LIBUV_BUILD_DIR)" rmdir /s /q "$(LIBUV_BUILD_DIR)"
@ if exist "$(LIBUV_INSTALL_DIR)" rmdir /s /q "$(LIBUV_INSTALL_DIR)"
@ if exist "$(NIF_BUILD_DIR)" rmdir /s /q "$(NIF_BUILD_DIR)"

0 comments on commit 433ccc5

Please sign in to comment.