Remove version.py reference in Makefile

This commit is contained in:
Tony S Yu
2012-03-04 10:49:10 -05:00
parent 3419d5d07a
commit 5bd28c3d1a
-1
View File
@@ -2,7 +2,6 @@
all:
python setup.py build_ext --inplace
git update-index --assume-unchanged skimage/version.py
clean:
find . -name "*.so" -o -name "*.pyc" -o -name "*.pyx.md5" | xargs rm -f