aboutsummaryrefslogtreecommitdiffstats
path: root/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile
index 51a9293f..f5f86094 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -14,6 +14,9 @@ lossdistrib.so:
ln -sf ../../R/lossdistrib/src/lossdistrib.so analytics/lossdistrib.so
clean:
+ rm -f analytics/*.{c,h}
+
+cleanall:
rm -f analytics/*.{so,c,h}
-.PHONY: clean tests
+.PHONY: clean cleanall tests