diff options
author | Keiji Muraishi <keiji.muraishi@gmail.com> | 2010-03-31 17:09:00 +0900 |
---|---|---|
committer | Keiji Muraishi <keiji.muraishi@gmail.com> | 2010-03-31 17:09:00 +0900 |
commit | 0159084ce958aeb1ba7ffb74ded51a9e4c5bb457 (patch) | |
tree | 38ef0019d643428e11479b5ddb77266bf7461426 | |
parent | de508dcc1047c7bf065fc5476a48f94f725b059a (diff) | |
download | msgpack-python-0159084ce958aeb1ba7ffb74ded51a9e4c5bb457.tar.gz |
fix typo in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |