Makefile: disable twitch from the build for now - frontends - front-ends for some sites (experiment)
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit edb55dfa30e8bca53391c23e22fbe0207ae78645
DIR parent 8d9f251630daa1827e8651058d0bc31910dc1106
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 6 May 2020 23:32:38 +0200
Makefile: disable twitch from the build for now
It now requires OAUTH, 2-factor authentication and giving out personal
information as the author.
Diffstat:
M Makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -17,8 +17,8 @@ BIN = \
duckduckgo/gopher \
reddit/cli \
reddit/gopher \
- twitch/cgi \
- twitch/gopher \
+# twitch/cgi \
+# twitch/gopher \
youtube/cgi \
youtube/cli \
youtube/gopher
@@ -84,13 +84,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_LDFLAGS_STATIC}
-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_LDFLAGS_STATIC}
+#twitch/cgi: ${LIB} twitch/twitch.o twitch/cgi.o
+# ${CC} -o $@ twitch/cgi.o twitch/twitch.o ${LIB} ${LDFLAGS} ${LIBTLS_LDFLAGS_STATIC}
-twitch/gopher: ${LIB} twitch/twitch.o twitch/gopher.o
- ${CC} -o $@ twitch/gopher.o twitch/twitch.o ${LIB} ${LDFLAGS} ${LIBTLS_LDFLAGS_STATIC}
+#twitch/gopher: ${LIB} twitch/twitch.o twitch/gopher.o
+# ${CC} -o $@ twitch/gopher.o twitch/twitch.o ${LIB} ${LDFLAGS} ${LIBTLS_LDFLAGS_STATIC}
youtube: youtube/cgi youtube/cli youtube/gopher