Files
scikit-image/Makefile
T
2009-08-25 14:28:16 -07:00

12 lines
139 B
Makefile

.PHONY: all clean test
all:
python setup.py build_ext --inplace
clean:
find . -name "*.so" | xargs rm
test:
nosetests scikits.image