diff options
| author | Naoki INADA <inada-n@klab.jp> | 2009-11-05 14:26:12 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@klab.jp> | 2009-11-05 14:26:12 +0900 |
| commit | 93a95725fc45d7d0047578ecdc5b2ae4e900970f (patch) | |
| tree | 00a87a8243b9055b5256f9845f9f4c9ade38dc04 | |
| parent | 4758d9f04b115bbccb568e262e49d53c5549edb5 (diff) | |
| download | msgpack-python-93a95725fc45d7d0047578ecdc5b2ae4e900970f.tar.gz | |
Fix Makefile
| -rw-r--r-- | python/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/Makefile b/python/Makefile index d90789a..267415c 100644 --- a/python/Makefile +++ b/python/Makefile @@ -1,7 +1,6 @@ all: - python setup.py build_ext -i -f - python setup.py build - python setup.py sdist + python setup_dev.py build_ext -i -f + python setup.py build sdist .PHONY: test test: |
