summaryrefslogtreecommitdiff
path: root/python
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
commitf91e1c17c0c22194b7a36aaa8290ec6f5e903e79 (patch)
treeab3b70c2496cafef30132ac3f8e88041102b1738 /python
parent58201b95f2626543150c0e8738dda4babe401a64 (diff)
downloadmsgpack-python-f91e1c17c0c22194b7a36aaa8290ec6f5e903e79.tar.gz
fix typo in Makefile
Diffstat (limited to 'python')
-rw-r--r--python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile
index 267415c..e06794d 100644
--- a/python/Makefile
+++ b/python/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