summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-20 07:59:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-20 07:59:44 -0400
commit94244427e453661e6cb1fc3edfbc3c8384322d5a (patch)
tree9eca22e1a332ed03729f509aeda98e7cec667cde /Makefile
parent83eea43d43f11915b3cec900e18827dc71ed8d99 (diff)
downloadpython-coveragepy-94244427e453661e6cb1fc3edfbc3c8384322d5a.tar.gz
The farm test tree is deeper than clean was cleaning. Make it deeper.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f5b89b7..7184350 100644
--- a/Makefile
+++ b/Makefile
@@ -6,18 +6,18 @@ default:
TEST_ZIP = test/zipmods.zip
clean:
+ python test/test_farm.py clean
-rm -rf build
-rm -rf dist
-rm -rf coverage.egg-info
-rm -f *.pyd */*.pyd
- -rm -f *.pyc */*.pyc */*/*.pyc */*/*/*.pyc
- -rm -f *.pyo */*.pyo */*/*.pyo */*/*/*.pyo
- -rm -f *.bak */*.bak */*/*.bak */*/*/*.bak
+ -rm -f *.pyc */*.pyc */*/*.pyc */*/*/*.pyc */*/*/*/*.pyc */*/*/*/*/*.pyc
+ -rm -f *.pyo */*.pyo */*/*.pyo */*/*/*.pyo */*/*/*/*.pyo */*/*/*/*/*.pyo
+ -rm -f *.bak */*.bak */*/*.bak */*/*/*.bak */*/*/*/*.bak */*/*/*/*/*.bak
-rm -f MANIFEST
-rm -f .coverage .coverage.*
-rm -f $(TEST_ZIP)
-rm -f setuptools-*.egg
- python test/test_farm.py clean
lint: clean
python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage