diff options
author | June McEnroe <june@causal.agency> | 2020-04-10 14:59:34 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-10 14:59:34 -0400 |
commit | 851568db391ad62d5caa578bb137d0f26266337d (patch) | |
tree | 7f2ca1f9eb424291d5825cdb5e48129f4ce620cc /Makefile | |
parent | Move extra atoms into the predefined enum (diff) | |
download | bubger-851568db391ad62d5caa578bb137d0f26266337d.tar.gz bubger-851568db391ad62d5caa578bb137d0f26266337d.zip |
Move parseEnvelope to parse.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
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 |