Print 'make clean' commands

This commit is contained in:
Ryan Dahl 2010-12-13 22:13:51 -08:00
parent 7d73779446
commit 1dad95a3a9

View File

@ -98,12 +98,12 @@ docclean:
-rm -rf build/doc
clean:
@$(WAF) clean
@-find tools -name "*.pyc" | xargs rm -f
$(WAF) clean
-find tools -name "*.pyc" | xargs rm -f
distclean: docclean
@-find tools -name "*.pyc" | xargs rm -f
@-rm -rf build/ node node_g
-find tools -name "*.pyc" | xargs rm -f
-rm -rf build/ node node_g
check:
@tools/waf-light check