aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 1eaa8a6..e1e02c9 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -167,6 +167,7 @@ install:: $(DOCS) $(EXAMPLES)
clean:
$(RM) core a.out *.o
$(RM) _ivycpy.so ivycpy*.py
+ $(RM) ivycpy_wrap.c
find . -name '*.pyc' -exec $(RM) {} ";"
realclean: clean