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
|
||||
|
||||
clean:
|
||||
@$(WAF) clean
|
||||
@-find tools -name "*.pyc" | xargs rm -f
|
||||
$(WAF) clean
|
||||
-find tools -name "*.pyc" | xargs rm -f
|
||||
|
||||
distclean: docclean
|
||||
@-find tools -name "*.pyc" | xargs rm -f
|
||||
@-rm -rf build/ node node_g
|
||||
-find tools -name "*.pyc" | xargs rm -f
|
||||
-rm -rf build/ node node_g
|
||||
|
||||
check:
|
||||
@tools/waf-light check
|
||||
|
Loading…
x
Reference in New Issue
Block a user