diff options
author | June McEnroe <june@causal.agency> | 2020-04-09 18:55:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-09 18:55:16 -0400 |
commit | ef48616f2b63973830a07199c6bbe3b9a7ea6cc8 (patch) | |
tree | 7d92c7dc3560d75469e72e33f1f69dfc2089dcf1 /Makefile | |
parent | Trim angle brackets from message IDs (diff) | |
download | bubger-ef48616f2b63973830a07199c6bbe3b9a7ea6cc8.tar.gz bubger-ef48616f2b63973830a07199c6bbe3b9a7ea6cc8.zip |
Render basic HTML envelopes with templating
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |