about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 12:19:50 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 12:19:50 +0200
commit35a8001db250fee690a0b674faeefdd358c493c1 (patch)
treef9e4012745cabb1a9d58036330f52e66ea0e3943 /Makefile
parent36569245d1a2f7c3ef3390f6249551cbb9ece1d6 (diff)
downloadmblaze-35a8001db250fee690a0b674faeefdd358c493c1.tar.gz
mblaze-35a8001db250fee690a0b674faeefdd358c493c1.tar.xz
mblaze-35a8001db250fee690a0b674faeefdd358c493c1.zip
add msort
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd9e956..802a4fd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2
 
-ALL = scan thread hdr show list mseq
+ALL = scan thread hdr show list mseq msort
 
 all: $(ALL)
 
@@ -10,6 +10,7 @@ hdr: hdr.o blaze822.o seq.o rfc2047.o
 show: show.o blaze822.o seq.o rfc2045.o rfc2047.c
 list: list.o
 mseq: mseq.o seq.o
+msort: msort.o blaze822.o seq.o
 
 clean: FRC
 	-rm -f $(ALL) *.o