From 2a2290a51924bd36b57b977caf9f7affc593b820 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 10 Nov 2016 14:22:27 -0500 Subject: fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08a3604..c0eb427 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3-70-g09d2