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 | f91e1c17c0c22194b7a36aaa8290ec6f5e903e79 (patch) | |
| tree | ab3b70c2496cafef30132ac3f8e88041102b1738 /python | |
| parent | 58201b95f2626543150c0e8738dda4babe401a64 (diff) | |
| download | msgpack-python-f91e1c17c0c22194b7a36aaa8290ec6f5e903e79.tar.gz | |
fix typo in Makefile
Diffstat (limited to 'python')
| -rw-r--r-- | python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index 267415c..e06794d 100644 --- a/python/Makefile +++ b/python/Makefile @@ -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 |
