about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-10 14:59:34 -0400
committerJune McEnroe <june@causal.agency>2020-04-10 14:59:34 -0400
commit851568db391ad62d5caa578bb137d0f26266337d (patch)
tree7f2ca1f9eb424291d5825cdb5e48129f4ce620cc /Makefile
parentMove extra atoms into the predefined enum (diff)
downloadbubger-851568db391ad62d5caa578bb137d0f26266337d.tar.gz
bubger-851568db391ad62d5caa578bb137d0f26266337d.zip
Move parseEnvelope to parse.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bdb5986..8e63376 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ OBJS += export.o
 OBJS += html.o
 OBJS += imap.o
 OBJS += mbox.o
+OBJS += parse.o
 OBJS += template.o
 
 dev: tags all