about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-16 16:40:22 -0400
committerJune McEnroe <june@causal.agency>2020-04-16 16:40:22 -0400
commit1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8 (patch)
tree89904e68b3eb33ca707957b79ca60c6fc79139a4 /Makefile
parentAdd subject and recipient HTML classes (diff)
downloadbubger-1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8.tar.gz
bubger-1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8.zip
Parse encoded-word and convert charsets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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