update README, Makefile: allow building twitch manually for now - frontends - f… | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 8cd1b1e8bc679d948b001c41826a547b879937bd | |
parent d89a1a62394b807eef76c65da0d743c75fb11359 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 25 May 2020 12:59:35 +0200 | |
update README, Makefile: allow building twitch manually for now | |
Diffstat: | |
M Makefile | 10 +++++----- | |
M README | 8 ++++---- | |
2 files changed, 9 insertions(+), 9 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -89,13 +89,13 @@ reddit/cli: ${LIB} reddit/reddit.o reddit/cli.o | |
reddit/gopher: ${LIB} reddit/reddit.o reddit/gopher.o | |
${CC} -o $@ reddit/gopher.o reddit/reddit.o ${LIB} ${LDFLAGS} ${LIBTLS… | |
-#twitch: twitch/cgi twitch/twitch/gopher | |
+twitch: twitch/cgi twitch/twitch/gopher | |
-#twitch/cgi: ${LIB} twitch/twitch.o twitch/cgi.o | |
-# ${CC} -o $@ twitch/cgi.o twitch/twitch.o ${LIB} ${LDFLAGS} ${LIBTLS_L… | |
+twitch/cgi: ${LIB} twitch/twitch.o twitch/cgi.o | |
+ ${CC} -o $@ twitch/cgi.o twitch/twitch.o ${LIB} ${LDFLAGS} ${LIBTLS_LD… | |
-#twitch/gopher: ${LIB} twitch/twitch.o twitch/gopher.o | |
-# ${CC} -o $@ twitch/gopher.o twitch/twitch.o ${LIB} ${LDFLAGS} ${LIBTL… | |
+twitch/gopher: ${LIB} twitch/twitch.o twitch/gopher.o | |
+ ${CC} -o $@ twitch/gopher.o twitch/twitch.o ${LIB} ${LDFLAGS} ${LIBTLS… | |
youtube: youtube/cgi youtube/cli youtube/gopher | |
diff --git a/README b/README | |
@@ -3,10 +3,10 @@ Work-in-progress / experiment | |
Frontends for: | |
-Duckduckgo | |
-Twitch | |
-Youtube | |
+* Duckduckgo | |
+* Twitch (archived, not working anymore, now requires 2FA and OAUTH) | |
+* Youtube | |
Build |