summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-13 19:22:36 -0500
committerzachir <zachir@librem.one>2025-07-13 19:22:36 -0500
commitfc4e96b628c430d4a6e50d8a7ab6c29de7e1d022 (patch)
tree503d41304bad6418e568ad79914b803454fe8b9a
parentd1b53e8f5b276caf0ea18eac6db6637b97c29ea0 (diff)
Remove new zig cache dirHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f96ea9..f640472 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,6 @@ uninstall:
rm -f ${PREFIX}/bin/${BINARY}
clean:
- rm -rf zig-out/ zig-cache/
+ rm -rf zig-out/ zig-cache/ .zig-cache/
.PHONY: fast safe small install uninstall clean