pomo/makefile

9 lines
88 B
Makefile
Raw Normal View History

build:
gcc pomo.c -o pomo
install:
mv ./pomo /bin/pomo
lint:
clang-tidy pomo.c --