Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
build: make make clean really clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dvv authored and bnoordhuis committed Mar 27, 2012
1 parent e729a82 commit 2b3ba91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config-unix.mk
Expand Up @@ -152,14 +152,16 @@ src/unix/uv-eio.o: src/unix/uv-eio.c

clean-platform:
-rm -f src/ares/*.o
-rm -f src/unix/*.o
-rm -f src/unix/ev/*.o
-rm -f src/unix/eio/*.o
-rm -f src/unix/*.o
-rm -f src/unix/linux/*.o
-rm -rf test/run-tests.dSYM run-benchmarks.dSYM

distclean-platform:
-rm -f src/ares/*.o
-rm -f src/unix/ev/*.o
-rm -f src/unix/*.o
-rm -f src/unix/ev/*.o
-rm -f src/unix/eio/*.o
-rm -f src/unix/linux/*.o
-rm -rf test/run-tests.dSYM run-benchmarks.dSYM

0 comments on commit 2b3ba91

Please sign in to comment.