diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |