summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-22 08:54:32 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-22 08:54:32 -0500
commitdb8987d4b042c29727573d7713b78d1389ed72fc (patch)
tree808852ac6546a90b307b65c1e99ca5dd6bf44a57 /Makefile
parentac9f84c4897e7ed192b44b1aca0a1644f634762b (diff)
downloadpython-coveragepy-db8987d4b042c29727573d7713b78d1389ed72fc.tar.gz
Clean the extension first so we don't get messages about not being able to load it while cleaning the farm.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 44fccbb..13bca7e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@ TEST_ZIP = test/zipmods.zip
TEST_EGG = test/eggsrc/dist/covtestegg1-0.0.0-py*.egg
clean:
- python test/test_farm.py clean
- -rm -rf build coverage.egg-info dist htmlcov
-rm -f *.pyd */*.pyd
-rm -f *.so */*.so
+ python test/test_farm.py clean
+ -rm -rf build coverage.egg-info dist htmlcov
-rm -f *.pyc */*.pyc */*/*.pyc */*/*/*.pyc */*/*/*/*.pyc */*/*/*/*/*.pyc
-rm -f *.pyo */*.pyo */*/*.pyo */*/*/*.pyo */*/*/*/*.pyo */*/*/*/*/*.pyo
-rm -f *.bak */*.bak */*/*.bak */*/*/*.bak */*/*/*/*.bak */*/*/*/*/*.bak