about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-08-24 19:59:49 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-08-24 20:12:29 +0200
commit5d4cf98ad932666857841c986aef01eadd22fd0f (patch)
tree55b50c17ffced14bcbafe22a58d7912b25a96111 /Makefile
parent34c00ef36a5c250618f283c6a2a150fb0a694352 (diff)
feat(main): add atom feed
feat(templates/simple.c): link to atom feed as well
refactor(templates/simple.c): replace make_link with catn_alloc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4909d6d..97529d6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ sternenblog.cgi: xml.o entry.o index.o stringutil.o cgiutil.o timeutil.o $(TEMPL
 main.o: main.c core.h timeutil.h config.h
 	$(CC) $(CFLAGS) -c -o main.o $<
 
-$(TEMPLATE).o: $(TEMPLATE).c core.h config.h xml.h cgiutil.h timeutil.h
+$(TEMPLATE).o: $(TEMPLATE).c core.h config.h xml.h cgiutil.h timeutil.h stringutil.h
 	$(CC) $(CFLAGS) -I$(ROOT_DIR) -c -o $@ $<
 
 entry.o: config.h entry.c