fix typo in Makefile

This commit is contained in:
Keiji Muraishi 2010-03-31 17:09:00 +09:00
parent 58201b95f2
commit f91e1c17c0

View File

@ -1,5 +1,5 @@
all: all:
python setup_dev.py build_ext -i -f python setup.py build_ext -i -f
python setup.py build sdist python setup.py build sdist
.PHONY: test .PHONY: test