aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cef49a..866caf0 100644
--- a/Makefile
+++ b/Makefile
@@ -183,5 +183,6 @@ check: test
clean:
-rm -f -- *.o *.a *.so *.so.* test conversion-matrices.h
+ -rm -rf -- __pycache__/
.PHONY: all clean check install uninstall