summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeiji Muraishi <keiji.muraishi@gmail.com>2010-03-31 17:09:00 +0900
committerKeiji Muraishi <keiji.muraishi@gmail.com>2010-03-31 17:09:00 +0900
commit0159084ce958aeb1ba7ffb74ded51a9e4c5bb457 (patch)
tree38ef0019d643428e11479b5ddb77266bf7461426
parentde508dcc1047c7bf065fc5476a48f94f725b059a (diff)
downloadmsgpack-python-0159084ce958aeb1ba7ffb74ded51a9e4c5bb457.tar.gz
fix typo in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 267415c..e06794d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all:
- python setup_dev.py build_ext -i -f
+ python setup.py build_ext -i -f
python setup.py build sdist
.PHONY: test