summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1ea9bde..a2b0b14 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,6 @@
build:
python setup.py build_ext --inplace
+
+clean:
+ find -name \*.c -exec rm {} \;
+ rm -rf build