Add Makefile.

This commit is contained in:
Stefan van der Walt
2009-08-25 14:08:57 -07:00
parent 29c657e344
commit 13195d0944
+11
View File
@@ -0,0 +1,11 @@
PHONY: all clean test
all:
python setup.py build_ext --inplace
clean:
find . -name "*.so" | xargs rm
test:
nosetests scikits.image