summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-20 18:05:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-20 18:05:07 -0400
commitbb83d13bf720acb8d15173cc4d1484b8521f8930 (patch)
treec2bffaa2b52bea16efa559397d6e12ee9452d1fd /Makefile
parent4dadb9ab49529ccdfd4bc7a23f0d799051b24757 (diff)
downloadpython-coveragepy-git-bb83d13bf720acb8d15173cc4d1484b8521f8930.tar.gz
New theory about how to kit for py3k: coverage3k-* kits are for 3.x
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c257be75..2c86b281 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 py3k three
+ -rm -rf build coverage.egg-info dist htmlcov three
-rm -f *.pyd */*.pyd
-rm -f *.pyc */*.pyc */*/*.pyc */*/*/*.pyc */*/*/*/*.pyc */*/*/*/*/*.pyc
-rm -f *.pyo */*.pyo */*/*.pyo */*/*/*.pyo */*/*/*/*.pyo */*/*/*/*/*.pyo