aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-08-29 11:51:13 +0200
committerMattias Andrée <maandree@kth.se>2021-08-29 11:51:13 +0200
commitc06bd74c84468f92feef8786eb1954cb67a9a2bf (patch)
tree401e77f860301b2af43cb73c820d53bfab7ef12d
parentm config.mk (diff)
downloadlibcolour-c06bd74c84468f92feef8786eb1954cb67a9a2bf.tar.gz
libcolour-c06bd74c84468f92feef8786eb1954cb67a9a2bf.tar.bz2
libcolour-c06bd74c84468f92feef8786eb1954cb67a9a2bf.tar.xz
make clean: remove __pycache__
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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