Print 'make clean' commands
This commit is contained in:
parent
7d73779446
commit
1dad95a3a9
8
Makefile
8
Makefile
@ -98,12 +98,12 @@ docclean:
|
|||||||
-rm -rf build/doc
|
-rm -rf build/doc
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@$(WAF) clean
|
$(WAF) clean
|
||||||
@-find tools -name "*.pyc" | xargs rm -f
|
-find tools -name "*.pyc" | xargs rm -f
|
||||||
|
|
||||||
distclean: docclean
|
distclean: docclean
|
||||||
@-find tools -name "*.pyc" | xargs rm -f
|
-find tools -name "*.pyc" | xargs rm -f
|
||||||
@-rm -rf build/ node node_g
|
-rm -rf build/ node node_g
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@tools/waf-light check
|
@tools/waf-light check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user