Makefile: youtube target should compile youtube/feed too - frontends - front-ends for some sites (experiment)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7f35bd62ab42c3e5da539b6faa1fef27ad331ed9
(DIR) parent b2bc3d1b44f371ed541504524d2acd0ebd3fa277
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 2 Jul 2023 13:35:37 +0200
Makefile: youtube target should compile youtube/feed too
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -61,7 +61,7 @@ all: ${BIN}
${OBJ}: ${HDR}
-youtube: youtube/cgi youtube/cli youtube/gopher
+youtube: youtube/cgi youtube/cli youtube/feed youtube/gopher
youtube/cgi: ${LIB} youtube/youtube.o youtube/cgi.o
${CC} -o $@ youtube/cgi.o youtube/youtube.o ${LIB} ${LDFLAGS} ${LIBTLS_LDFLAGS_STATIC}