From 24766bdfa0f311e7753268152640bcb5abfe283c Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 17 Feb 2015 16:41:34 -0500 Subject: [PATCH] added cleaning pyc files --- Makefile | 1 + 1 file changed, 1 insertion(+) 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