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 -rm -rf build/doc
clean: clean:
@$(WAF) clean $(WAF) clean
@-find tools -name "*.pyc" | xargs rm -f -find tools -name "*.pyc" | xargs rm -f
distclean: docclean distclean: docclean
@-find tools -name "*.pyc" | xargs rm -f -find tools -name "*.pyc" | xargs rm -f
@-rm -rf build/ node node_g -rm -rf build/ node node_g
check: check:
@tools/waf-light check @tools/waf-light check