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
commit0ade7357a2df463243a41d3e4410e7ed3de8d17a (patch)
tree53a66c006e413ec65be9b09da11298eca2dd38a4 /Makefile
parentb6ba61ff77ae6d5adfe32c79528b0fca7eed9690 (diff)
downloadpython-coveragepy-0ade7357a2df463243a41d3e4410e7ed3de8d17a.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 c257be7..2c86b28 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