Fix 'make distclean'
This commit is contained in:
parent
1f31a7dbfe
commit
e982349b16
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…
x
Reference in New Issue
Block a user