From ed43f3874ccbe7782595b225821230cfca02ceb7 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 28 Jun 2016 15:59:05 -0400 Subject: cleanups --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2