diff options
author | June McEnroe <june@causal.agency> | 2020-04-16 16:40:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-16 16:40:22 -0400 |
commit | 1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8 (patch) | |
tree | 89904e68b3eb33ca707957b79ca60c6fc79139a4 /Makefile | |
parent | Add subject and recipient HTML classes (diff) | |
download | bubger-1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8.tar.gz bubger-1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8.zip |
Parse encoded-word and convert charsets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 935f25e..b1db8d4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ CFLAGS += -std=c11 -Wall -Wextra -Wpedantic LDLIBS = -ltls +-include config.mk + OBJS += archive.o OBJS += atom.o OBJS += concat.o |