added cleaning pyc files

pull/10270/head
Brian Coca 10 years ago
parent 50379d59ba
commit 24766bdfa0

@ -151,6 +151,7 @@ clean:
rm -rf docs/js
@echo "Cleaning up authors file"
rm -f AUTHORS.TXT
find . -type f -name '*.pyc' -delete
python:
$(PYTHON) setup.py build

Loading…
Cancel
Save