dotfiles/.bin/OLD/t2i/Makefile
2024-02-14 07:55:58 +01:00

11 lines
109 B
Makefile

all: build test
build:
cc -o text2ical text2ical.c
clean:
rm -f text2ical
test:
./text2ical < test.txt