We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e715b8 commit ff64094Copy full SHA for ff64094
1 file changed
Makefile
@@ -65,10 +65,11 @@ docclean:
65
66
clean:
67
@$(WAF) clean
68
- @-find tools/ -name "*.pyc" -delete
+ @-find tools -name "*.pyc" | xargs rm -f
69
70
-distclean: clean docclean
71
- @-rm -rf build/
+distclean: docclean
72
+ @-rm -rf build/ node node_g
73
74
check:
75
@tools/waf-light check
0 commit comments