diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ build: python setup.py build_ext --inplace clean: - find \( -name \*.c -o -name \*.h -o -name \*.so \) -exec rm {} \; + find pyisda \( -name *.c -o -name \*.h -o -name \*.so \) -exec rm {} \; rm -rf build install: |
