summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf531e3..54d9299 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,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
test: build do-test
test-release: build-release do-test