diff --git a/Makefile b/Makefile index bcb13e8b5..c2b61dc63 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ SHELL = /bin/sh PYTHON = python NOSETESTS = nosetests +PYFLAKES = pyflakes # -c on linux # freebsd does not understand -c @@ -98,7 +99,7 @@ do-test: cd tests/fake-curl/libcurl && make ./tests/run.sh ./tests/ext/test-suite.sh - pyflakes python examples tests setup.py winbuild.py + $(PYFLAKES) python examples tests setup.py winbuild.py test: build do-test test-release: build-release do-test