From bb83d13bf720acb8d15173cc4d1484b8521f8930 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 20 Sep 2009 18:05:07 -0400 Subject: New theory about how to kit for py3k: coverage3k-* kits are for 3.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1