keep awk script ics2tsv for now - ics2txt - convert icalendar .ics file to plain text
(HTM) git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/ics2txt
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit 1e9072fc42e82f6850cff4339943916ac0813859
(DIR) parent 9c990aa7ff527f1b12ce915e7d8d4148d6fb0438
(HTM) Author: Josuah Demangeon <me@josuah.net>
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(-)
---
(DIR) 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}