From 1ec8758fc8f188d321ef3e6da09b0a91a7ed47b8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 16 Apr 2020 16:40:22 -0400 Subject: Parse encoded-word and convert charsets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit 1.4.1