keep awk script ics2tsv for now - ics2txt - convert icalendar .ics file to plai… | |
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 1e9072fc42e82f6850cff4339943916ac0813859 | |
parent 9c990aa7ff527f1b12ce915e7d8d4148d6fb0438 | |
Author: Josuah Demangeon <[email protected]> | |
Date: Mon, 29 Jun 2020 00:07:42 +0200 | |
keep awk script ics2tsv for now | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -11,7 +11,7 @@ MANPREFIX = ${PREFIX}/man | |
SRC = src/ical.c src/map.c src/util.c src/log.c | |
HDR = src/ical.h src/map.h src/util.h src/log.h | |
OBJ = ${SRC:.c=.o} | |
-BIN = ics2tsv ics2tree | |
+BIN = ics2tree | |
all: ${BIN} | |