Fix Makefile

This commit is contained in:
Naoki INADA 2009-11-05 14:26:12 +09:00
parent 4758d9f04b
commit 93a95725fc

View File

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