From 3bb545296414c7bc4795a206ab3eb7d06e736047 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 11 Jul 2016 23:40:00 +0200 Subject: add rfc2047 decoder --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b80b616..db0c9cb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ALL = scan thread hdr show all: $(ALL) -scan: blaze822.o scan.o fmt_rfc2047.o +scan: blaze822.o scan.o rfc2047.o thread: blaze822.o thread.o hdr: blaze822.o hdr.o show: blaze822.o show.o -- cgit 1.4.1