about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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