about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-17 21:51:41 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-17 21:51:41 +0200
commit796531b22db24b48192ab4f00a22e1606726fcb6 (patch)
tree16540f3a75683fd3e0b9a2ca24213d09a3196f45 /Makefile
parent66544292ff8d1073872efd9a1ca6fc0325556a96 (diff)
downloadmblaze-796531b22db24b48192ab4f00a22e1606726fcb6.tar.gz
mblaze-796531b22db24b48192ab4f00a22e1606726fcb6.tar.xz
mblaze-796531b22db24b48192ab4f00a22e1606726fcb6.zip
mseq: extract code into seq.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5c5d7c..6760978 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ hdr: blaze822.o hdr.o rfc2047.o
 show: blaze822.o show.o rfc2045.o rfc2047.c
 list: list.o
 unmime: blaze822.o unmime.o rfc2045.o rfc2047.o
-mseq: mseq.o
+mseq: mseq.o seq.o
 
 clean: FRC
 	-rm -f $(ALL) *.o