added cleaning pyc files

This commit is contained in:
Brian Coca 2015-02-17 16:41:34 -05:00
parent 50379d59ba
commit 24766bdfa0

View file

@ -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