From 35a8001db250fee690a0b674faeefdd358c493c1 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 20 Jul 2016 12:19:50 +0200 Subject: add msort --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.4.1