Skip to content

Commit

Permalink
Add missing clean rules
Browse files Browse the repository at this point in the history
  • Loading branch information
svillemot committed Dec 18, 2012
1 parent 0709538 commit 31d2ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config-unix.mk
Expand Up @@ -140,8 +140,10 @@ clean-platform:
-rm -f src/unix/*.o
-rm -f src/unix/linux/*.o
-rm -rf test/run-tests.dSYM run-benchmarks.dSYM
-rm -f libuv.$(SOEXT)

distclean-platform:
-rm -f src/unix/*.o
-rm -f src/unix/linux/*.o
-rm -rf test/run-tests.dSYM run-benchmarks.dSYM
-rm -f libuv.$(SOEXT)

0 comments on commit 31d2ac2

Please sign in to comment.