diff options
| author | Naoki INADA <inada-n@klab.jp> | 2009-06-30 23:03:33 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@klab.jp> | 2009-06-30 23:03:33 +0900 |
| commit | d4317fdc853c7dbe3bc57718dc009cb8b0a2b351 (patch) | |
| tree | 6a35a0697474e5e0a46118fcbc7c9e3d8f8b16fe /python/Makefile | |
| parent | b5010c71a9810515db1aa82d2e7eebf2ee4f474f (diff) | |
| download | msgpack-python-d4317fdc853c7dbe3bc57718dc009cb8b0a2b351.tar.gz | |
Some optimization on packing.
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 1 |
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 |
