More agressive make clean

This commit is contained in:
Eric Soroos 2014-07-09 10:13:02 -07:00
parent 1f0d3e9b00
commit 919315eb9d

View File

@ -15,7 +15,9 @@ pre:
clean: clean:
python setup.py clean python setup.py clean
rm PIL/*.so || true rm PIL/*.so || true
find . -name __pycache__ | xargs rm -r rm -r build || true
find . -name __pycache__ | xargs rm -r || true
install: install:
python setup.py install python setup.py install