From e086b8387523f56cb4a43faa42fd48dc03b8a90e Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 25 Jul 2016 16:28:48 +0200 Subject: msort: allow multiple orderings (first different wins) Also extract mystrverscmp.c into a seperate file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0f57775..bc7b19a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ mmime: mmime.o mscan: mscan.o blaze822.o seq.o rfc2047.o mseq: mseq.o seq.o mshow: mshow.o blaze822.o seq.o rfc2045.o rfc2047.c -msort: msort.o blaze822.o seq.o +msort: msort.o blaze822.o seq.o mystrverscmp.c mthread: mthread.o blaze822.o seq.o clean: FRC -- cgit 1.4.1