From ef48616f2b63973830a07199c6bbe3b9a7ea6cc8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 9 Apr 2020 18:55:16 -0400 Subject: Render basic HTML envelopes with templating --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit 1.4.1