avoid cleaning mason_packages
This commit is contained in:
parent
66ad95cbbe
commit
6048f43dfb
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -42,10 +42,10 @@ clean:
|
|||
@if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi
|
||||
@find ./ -name "*.pyc" -exec rm {} \;
|
||||
@find ./ -name "*.os" -exec rm {} \;
|
||||
@find ./ -name "*.dylib" -exec rm {} \;
|
||||
@find ./ -name "*.so" -exec rm {} \;
|
||||
@find ./src/ -name "*.dylib" -exec rm {} \;
|
||||
@find ./src/ -name "*.so" -exec rm {} \;
|
||||
@find ./ -name "*.o" -exec rm {} \;
|
||||
@find ./ -name "*.a" -exec rm {} \;
|
||||
@find ./src/ -name "*.a" -exec rm {} \;
|
||||
|
||||
distclean:
|
||||
if test -e "config.py"; then mv "config.py" "config.py.backup"; fi
|
||||
|
|
Loading…
Reference in a new issue