From 08032f89babab3b5ec792f6aa394a28f95112e11 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 18 Jul 2016 00:09:23 +0200 Subject: seq: import most parts of mseq, make blaze822_loop resolve ranges --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c23e443..b7f8221 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,12 @@ ALL = scan thread hdr show list unmime mseq all: $(ALL) -scan: blaze822.o scan.o seq.o rfc2047.o -thread: blaze822.o thread.o -hdr: blaze822.o hdr.o rfc2047.o -show: blaze822.o show.o rfc2045.o rfc2047.c +scan: scan.o blaze822.o seq.o rfc2047.o +thread: thread.o blaze822.o seq.o +hdr: hdr.o blaze822.o seq.o rfc2047.o +show: show.o blaze822.o seq.o rfc2045.o rfc2047.c list: list.o -unmime: blaze822.o unmime.o rfc2045.o rfc2047.o +unmime: unmime.o blaze822.o seq.o rfc2045.o rfc2047.o mseq: mseq.o seq.o clean: FRC -- cgit 1.4.1