diff --git a/makefile b/makefile index c9269a4..225ff52 100644 --- 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 deleted file mode 100755 index fb8bc28..0000000 Binary files a/pomo and /dev/null differ