summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-25 16:28:48 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-25 16:28:48 +0200
commite086b8387523f56cb4a43faa42fd48dc03b8a90e (patch)
tree5596ff1f8d854a49130e2c5c8d8b4b747879556e /Makefile
parentb8c2685a601d09455064b7116d85fb2fd0a0f860 (diff)
downloadmblaze-e086b8387523f56cb4a43faa42fd48dc03b8a90e.tar.gz
mblaze-e086b8387523f56cb4a43faa42fd48dc03b8a90e.tar.xz
mblaze-e086b8387523f56cb4a43faa42fd48dc03b8a90e.zip
msort: allow multiple orderings (first different wins)
Also extract mystrverscmp.c into a seperate file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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