summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-22 07:22:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-22 07:22:56 -0400
commitd18c4a8ca50361893eaa7ba86821a136ba7a4807 (patch)
treed5b682a46e9b44a6edd6e12771ffc831503cb594 /Makefile
parentcfdd8b9c6c9a0fc0bb0d332dd034330a37ea5a1f (diff)
downloadpython-coveragepy-d18c4a8ca50361893eaa7ba86821a136ba7a4807.tar.gz
The best way to get py3k support: same source runs on both, with some contortions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c86b28..53da94b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ TEST_ZIP = test/zipmods.zip
clean:
python test/test_farm.py clean
- -rm -rf build coverage.egg-info dist htmlcov three
+ -rm -rf build coverage.egg-info dist htmlcov
-rm -f *.pyd */*.pyd
-rm -f *.pyc */*.pyc */*/*.pyc */*/*/*.pyc */*/*/*/*.pyc */*/*/*/*/*.pyc
-rm -f *.pyo */*.pyo */*/*.pyo */*/*/*.pyo */*/*/*/*.pyo */*/*/*/*/*.pyo