summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-02 07:27:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-02 07:27:14 -0500
commit968fc008e4c0453ef05aa211e85e202e7b1d2342 (patch)
tree91ae38367181a9ee0dda9ed22aa832031ca4c3d7 /Makefile
parent007a4a1ba529e2913357387c1f42b6028860fe98 (diff)
downloadpython-coveragepy-git-968fc008e4c0453ef05aa211e85e202e7b1d2342.tar.gz
Massive eol whitespace clean-up.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 84c75ce5..7ae4bf0d 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ 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 *.pyd */*.pyd
-rm -f *.pyc */*.pyc */*/*.pyc */*/*/*.pyc */*/*/*/*.pyc */*/*/*/*/*.pyc
-rm -f *.pyo */*.pyo */*/*.pyo */*/*/*.pyo */*/*/*/*.pyo */*/*/*/*/*.pyo
-rm -f *.bak */*.bak */*/*.bak */*/*/*.bak */*/*/*/*.bak */*/*/*/*/*.bak
@@ -22,8 +22,8 @@ clean:
-rm -rf doc/_build/*
LINTABLE = coverage setup.py test
-
-lint:
+
+lint:
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE)
python /Python25/Lib/tabnanny.py $(LINTABLE)
python checkeol.py
@@ -52,7 +52,7 @@ install:
DEVINST_FILE = coverage.egg-info/PKG-INFO
devinst: $(DEVINST_FILE)
-$(DEVINST_FILE): coverage/tracer.c
+$(DEVINST_FILE): coverage/tracer.c
-rm coverage/tracer.pyd
python setup.py develop