Browse Source

Fix 'make distclean'

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
e982349b16
  1. 4
      Makefile

4
Makefile

@ -47,9 +47,9 @@ clean:
@-rm doc/node.1 doc/api.xml doc/api.html @-rm doc/node.1 doc/api.xml doc/api.html
@tools/waf-light clean @tools/waf-light clean
distclean: distclean: clean
@-rm -rf build/ @-rm -rf build/
@-find tools | egrep --colour=never ".pyc$" | xargs rm @-find tools/ -name "*.pyc" -delete
check: check:
@tools/waf-light check @tools/waf-light check

Loading…
Cancel
Save