update README, Makefile: allow building twitch manually for now - frontends - front-ends for some sites (experiment)
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8cd1b1e8bc679d948b001c41826a547b879937bd
 (DIR) parent d89a1a62394b807eef76c65da0d743c75fb11359
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) 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_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
        
 (DIR) diff --git a/README b/README
       @@ -3,10 +3,10 @@ Work-in-progress / experiment
        
        Frontends for:
        
       -Duckduckgo
       -Reddit
       -Twitch
       -Youtube
       +* Duckduckgo
       +* Reddit
       +* Twitch (archived, not working anymore, now requires 2FA and OAUTH)
       +* Youtube
        
        
        Build