summaryrefslogtreecommitdiff
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 98f694c..9ee5c7d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ all:
clean:
make -C python clean
make -C src clean
+ rm -rf .pytest_cache
install: all
make -C python install DESTDIR=$(abspath $(DESTDIR))