From b2e4168ece2e6f378e06d3833c179299e82254fc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 15 Jul 2020 20:36:51 +0200 Subject: Add the ability to add rss from episode name --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 9ecbe97..3acb657 100755 --- a/build.sh +++ b/build.sh @@ -2,4 +2,4 @@ CFLAGS="-O3 -s -flto" [ -z "$RELEASE" ] && CFLAGS="-O0 -g3 -Wall -Wextra -Werror"; -musl-gcc -static src/main.c src/program.c src/alloc.c src/buffer.c src/fileutils.c src/transmission.c src/rss.c src/html.c src/rss_html_common.c src/download.c src/stringutils.c -o automedia $CFLAGS +musl-gcc -static src/main.c src/program.c src/alloc.c src/buffer.c src/fileutils.c src/transmission.c src/rss.c src/html.c src/rss_html_common.c src/download.c src/stringutils.c src/episode.c -o automedia $CFLAGS -- cgit v1.2.3