also clean up pyc files - helps avoid debian packaging issues

This commit is contained in:
Dane Springmeyer 2013-02-20 16:12:53 -08:00
parent b359a89616
commit 097da69142

View file

@ -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 {} \;