about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-11 23:40:00 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-11 23:40:00 +0200
commit3bb545296414c7bc4795a206ab3eb7d06e736047 (patch)
treec45af6ab0325433b89519eaa95f33e00b89b822c /Makefile
parentd548547d99c5cd72fa205ac2ba6347e672185db7 (diff)
downloadmblaze-3bb545296414c7bc4795a206ab3eb7d06e736047.tar.gz
mblaze-3bb545296414c7bc4795a206ab3eb7d06e736047.tar.xz
mblaze-3bb545296414c7bc4795a206ab3eb7d06e736047.zip
add rfc2047 decoder
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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