about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-18 00:09:23 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-18 00:09:35 +0200
commit08032f89babab3b5ec792f6aa394a28f95112e11 (patch)
tree5a91d63a1c9e3c5f8f0db0aa3a83b667426079e4 /Makefile
parent7e17d9d631f9d47e9a03901c97a54649cd3542eb (diff)
downloadmblaze-08032f89babab3b5ec792f6aa394a28f95112e11.tar.gz
mblaze-08032f89babab3b5ec792f6aa394a28f95112e11.tar.xz
mblaze-08032f89babab3b5ec792f6aa394a28f95112e11.zip
seq: import most parts of mseq, make blaze822_loop resolve ranges
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
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