From c06bd74c84468f92feef8786eb1954cb67a9a2bf Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 29 Aug 2021 11:51:13 +0200 Subject: make clean: remove __pycache__ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-70-g09d2