summaryrefslogtreecommitdiff
path: root/python/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
commitd4317fdc853c7dbe3bc57718dc009cb8b0a2b351 (patch)
tree6a35a0697474e5e0a46118fcbc7c9e3d8f8b16fe /python/Makefile
parentb5010c71a9810515db1aa82d2e7eebf2ee4f474f (diff)
downloadmsgpack-python-d4317fdc853c7dbe3bc57718dc009cb8b0a2b351.tar.gz
Some optimization on packing.
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Makefile b/python/Makefile
index 5f16fae..d90789a 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -1,4 +1,5 @@
all:
+ python setup.py build_ext -i -f
python setup.py build
python setup.py sdist