fix typo in Makefile

This commit is contained in:
Keiji Muraishi 2010-03-31 17:09:00 +09:00
parent de508dcc10
commit 0159084ce9

View file

@ -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