pomo/makefile

9 lines
88 B
Makefile
Raw Normal View History

build:
gcc pomo.c -o pomo
install:
2023-08-20 12:22:44 +00:00
cp ./pomo /bin/pomo
lint:
clang-tidy pomo.c --