From c5b1e4dd59e326a113c5f184100f728a4c75d537 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 1 Aug 2010 18:55:29 -0400 Subject: Python 3.2 now puts .pyc in __pycache__ directories. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75b33f90..213e69b8 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ clean: -rm -f *.pyo */*.pyo */*/*.pyo */*/*/*.pyo */*/*/*/*.pyo */*/*/*/*/*.pyo -rm -f *.bak */*.bak */*/*.bak */*/*/*.bak */*/*/*/*.bak */*/*/*/*/*.bak -rm -f *$$py.class */*$$py.class */*/*$$py.class */*/*/*$$py.class */*/*/*/*$$py.class */*/*/*/*/*$$py.class + -rm -rf __pycache__ */__pycache__ */*/__pycache__ */*/*/__pycache__ */*/*/*/__pycache__ */*/*/*/*/__pycache__ -rm -f coverage/*,cover -rm -f MANIFEST -rm -f .coverage .coverage.* coverage.xml -- cgit v1.2.1