summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d3cc0830..da450733 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,9 @@ clean:
-rm -f setuptools-*.egg
lint: clean
- python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage
- python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_execfile.py
- python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_execfile.py
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py
python /Python25/Lib/tabnanny.py coverage
python checkeol.py