summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-09 23:32:01 +0300
committerPaul Buetow <paul@buetow.org>2025-04-09 23:32:01 +0300
commit9572fa5d087731f68d55517847833f6203b9a70d (patch)
tree20ecba9b6bda135d27e16d759b157a2afabb215d /Makefile
parentd8dc052fbfae7f831f8e665c64bb63969ec70db8 (diff)
add mrproper.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ed7e95..ab99d2e 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,13 @@ clean:
if [ -e ior.bpf.o ]; then rm ior.bpf.o; fi
make -C ./internal/c clean
+.PHONY: mrproper
+mrproper: clean
+ find . -type f -name \*.ior.zst -delete
+ find . -type f -name \*.collapsed -delete
+ find . -type f -name \*.svg -delete
+ find . -type f -name \*.profile -delete
+
.PHONY: world
world: clean generate test all