Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
10
.bin/OLD/t2i/Makefile
Normal file
10
.bin/OLD/t2i/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
all: build test
|
||||
|
||||
build:
|
||||
cc -o text2ical text2ical.c
|
||||
|
||||
clean:
|
||||
rm -f text2ical
|
||||
|
||||
test:
|
||||
./text2ical < test.txt
|
||||
Reference in New Issue
Block a user