summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@klab.jp>2009-06-30 23:03:33 +0900
committerNaoki INADA <inada-n@klab.jp>2009-06-30 23:03:33 +0900
commitf7b3ef18b0ca44a14ba39087f04cad14433542a0 (patch)
treee7ccb1c6f60e6843c8003c4441db97fb1d554e0f /Makefile
parent6201e623e29b4162701a9ccdce07af893baaaa5e (diff)
downloadmsgpack-python-f7b3ef18b0ca44a14ba39087f04cad14433542a0.tar.gz
Some optimization on packing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5f16fae..d90789a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
all:
+ python setup.py build_ext -i -f
python setup.py build
python setup.py sdist