Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: youtube target should compile youtube/feed too - frontends - front-en…
Log
Files
Refs
README
LICENSE
---
commit 7f35bd62ab42c3e5da539b6faa1fef27ad331ed9
parent b2bc3d1b44f371ed541504524d2acd0ebd3fa277
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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…
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.