summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@klab.jp>2009-11-05 14:26:12 +0900
committerNaoki INADA <inada-n@klab.jp>2009-11-05 14:26:12 +0900
commite72aa01fe5192960618544ec0394112904b24c7d (patch)
tree6fd2967ebbe361298ec1904a088dd97828ca9bee /Makefile
parentfb7f2ed4ada6188f0ea5e0b3e1b88a6eccc3457a (diff)
downloadmsgpack-python-e72aa01fe5192960618544ec0394112904b24c7d.tar.gz
Fix Makefile
Diffstat (limited to 'Makefile')
-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: