Print 'make clean' commands
authorRyan Dahl <ry@tinyclouds.org>
Tue, 14 Dec 2010 06:13:51 +0000 (22:13 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 14 Dec 2010 06:13:51 +0000 (22:13 -0800)
Makefile

index bbc7821..14276b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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