about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-09 18:55:16 -0400
committerJune McEnroe <june@causal.agency>2020-04-09 18:55:16 -0400
commitef48616f2b63973830a07199c6bbe3b9a7ea6cc8 (patch)
tree7d92c7dc3560d75469e72e33f1f69dfc2089dcf1 /Makefile
parentTrim angle brackets from message IDs (diff)
downloadbubger-ef48616f2b63973830a07199c6bbe3b9a7ea6cc8.tar.gz
bubger-ef48616f2b63973830a07199c6bbe3b9a7ea6cc8.zip
Render basic HTML envelopes with templating
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 20b440f..74b0de4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,10 @@ CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
 LDLIBS = -ltls
 
 OBJS += archive.o
+OBJS += html.o
 OBJS += imap.o
 OBJS += mbox.o
+OBJS += template.o
 
 dev: tags all