summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d90789a..267415c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
all:
- python setup.py build_ext -i -f
- python setup.py build
- python setup.py sdist
+ python setup_dev.py build_ext -i -f
+ python setup.py build sdist
.PHONY: test
test: