diff options
author | zachir <zachir@librem.one> | 2025-07-13 19:22:36 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-13 19:22:36 -0500 |
commit | fc4e96b628c430d4a6e50d8a7ab6c29de7e1d022 (patch) | |
tree | 503d41304bad6418e568ad79914b803454fe8b9a | |
parent | d1b53e8f5b276caf0ea18eac6db6637b97c29ea0 (diff) |
-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 |