summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-06-28 15:59:05 -0400
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-06-28 15:59:05 -0400
commited43f3874ccbe7782595b225821230cfca02ceb7 (patch)
treeafb9304c0946c54fe7002ac6a5d000fbb1d8518e /Makefile
parent60e49a606ae270fb4d455da1b565e0ea656ffb3c (diff)
downloadpyisda-ed43f3874ccbe7782595b225821230cfca02ceb7.tar.gz
cleanups
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