diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |