summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-02-04 22:56:23 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-02-04 22:56:23 -0500
commitad8321bd6d874ce43666c9cb69a7a664776a07fa (patch)
tree7b84c108652247d0eb02b71bf89651c32a41a1db /Makefile
parent355ff443a4ec45078fa26dc7dfbb4026f6862f15 (diff)
downloadpython-coveragepy-ad8321bd6d874ce43666c9cb69a7a664776a07fa.tar.gz
Add arc_destination_description so we can next make better descriptions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e90d55d..915537f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ clean:
-rm -f *.pyd */*.pyd
-rm -f *.so */*.so
-PYTHONPATH=. python tests/test_farm.py clean
+ -rm -rf tests/farm/*/out
-rm -rf build coverage.egg-info dist htmlcov
-rm -f *.pyc */*.pyc */*/*.pyc */*/*/*.pyc */*/*/*/*.pyc */*/*/*/*/*.pyc
-rm -f *.pyo */*.pyo */*/*.pyo */*/*/*.pyo */*/*/*/*.pyo */*/*/*/*/*.pyo