Files
scikit-image/Makefile
T
Stefan van der Walt 13195d0944 Add Makefile.
2009-08-25 14:08:57 -07:00

12 lines
138 B
Makefile

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