diff options
author | Mattias Andrée <maandree@kth.se> | 2021-08-29 11:51:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-08-29 11:51:13 +0200 |
commit | c06bd74c84468f92feef8786eb1954cb67a9a2bf (patch) | |
tree | 401e77f860301b2af43cb73c820d53bfab7ef12d /Makefile | |
parent | m config.mk (diff) | |
download | libcolour-c06bd74c84468f92feef8786eb1954cb67a9a2bf.tar.gz libcolour-c06bd74c84468f92feef8786eb1954cb67a9a2bf.tar.bz2 libcolour-c06bd74c84468f92feef8786eb1954cb67a9a2bf.tar.xz |
make clean: remove __pycache__
Signed-off-by: Mattias Andrée <maandree@kth.se>
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 |