mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 16:16:43 +08:00
Remove all .md5 files on clean
This commit is contained in:
@@ -6,7 +6,7 @@ all:
|
||||
$(PYTHON) setup.py build_ext --inplace
|
||||
|
||||
clean:
|
||||
find . -name "*.so" -o -name "*.pyc" -o -name "*.pyx.md5" -o -name "*.pyd" | xargs rm -f
|
||||
find . -name "*.so" -o -name "*.pyc" -o -name "*.md5" -o -name "*.pyd" | xargs rm -f
|
||||
find . -name "*.pyx" -exec ./tools/rm_pyx_c_file.sh {} \;
|
||||
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user