diff --git a/Makefile b/Makefile index 52fa1b53281..f688bd73bf6 100644 --- a/Makefile +++ b/Makefile @@ -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