commit 5075fb8ad89337f29d31fceea26101da9c8c576e parent 312bd09739ad15a89d1439e12bd4a635c561f77c Author: NunoSempere <nuno.sempere@protonmail.com> Date: Sun, 20 Aug 2023 14:22:44 +0200 tweak makefile. Diffstat:
| M | makefile | | | 2 | +- |
| D | pomo | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -2,7 +2,7 @@ build: gcc pomo.c -o pomo install: - mv ./pomo /bin/pomo + cp ./pomo /bin/pomo lint: clang-tidy pomo.c -- diff --git a/pomo b/pomo Binary files differ.