also clean up pyc files - helps avoid debian packaging issues
This commit is contained in:
parent
b359a89616
commit
097da69142
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -18,6 +18,7 @@ clean:
|
|||
@if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi
|
||||
@if test -e "config.log"; then rm "config.log"; fi
|
||||
@if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi
|
||||
@find ./ -name "*.pyc" -exec rm {} \;
|
||||
@find ./ -name "*.os" -exec rm {} \;
|
||||
@find ./ -name "*.o" -exec rm {} \;
|
||||
@find ./ -name "*.pyc" -exec rm {} \;
|
||||
|
|
Loading…
Reference in a new issue