Merge pull request #522 from sysown/revert-520-makefile_cleanall_mongoose

Revert "Clean mongoose too with make cleanall"
pull/642/head
René Cannaò 10 years ago
commit 36f23bcb15

1
deps/Makefile vendored

@ -81,6 +81,5 @@ cleanall:
cd libinjection && ${MAKE} clean
cd libevent && rm -rf libevent-2.0.22-stable
cd sqlite3/sqlite3 && rm -rf *.o
cd mongoose/mongoose && rm -rf *.o
.PHONY: cleanall

Loading…
Cancel
Save