From 6df4ece4a51ffd55825ac5c9cad2c41c45e33a50 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 Mar 2009 07:59:44 -0400 Subject: The farm test tree is deeper than clean was cleaning. Make it deeper. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f5b89b7c..71843503 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 -- cgit v1.2.1