summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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