0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Fix 'make distclean'

This commit is contained in:
Ryan Dahl 2009-10-07 12:43:21 +02:00
parent 1f31a7dbfe
commit e982349b16

View File

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