Extract feed_info struct and save routine to its own file

Also start creating basic framework for config
This commit is contained in:
2024-11-21 16:18:26 -05:00
parent cf0c1ca93a
commit cd90d62b2c
6 changed files with 142 additions and 39 deletions

View File

@ -1,4 +1,4 @@
CFLAGS = -Wall -Wextra -std=gnu99 -O2
CFLAGS = -Wall -Wextra -std=gnu11 -O2
LDFLAGS = -lpthread -lcurl -lmrss
SRC = $(wildcard *.c)