diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 74b0de4..106ceda 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wpedantic LDLIBS = -ltls OBJS += archive.o +OBJS += atom.o OBJS += html.o OBJS += imap.o OBJS += mbox.o |