about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-01 17:21:39 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-01 17:21:39 +0200
commit78fec302cb21c2ecb1abc613eaa3f1fb21a32c76 (patch)
treef3315322c9094eb68ee2b48f803b82bdabffcb87 /Makefile
parent400c6793d673c7a978178ae01d718053cdf23cb3 (diff)
downloadmblaze-78fec302cb21c2ecb1abc613eaa3f1fb21a32c76.tar.gz
mblaze-78fec302cb21c2ecb1abc613eaa3f1fb21a32c76.tar.xz
mblaze-78fec302cb21c2ecb1abc613eaa3f1fb21a32c76.zip
add mgenmid
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2a2ecec..37701d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2
 
-ALL = maddr mdeliver mdirs mflag mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread
+ALL = maddr mdeliver mdirs mflag mgenmid mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread
 
 all: $(ALL)
 
@@ -8,6 +8,7 @@ maddr: maddr.o blaze822.o seq.o rfc2047.o mymemmem.o
 mdeliver: mdeliver.o blaze822.o mymemmem.o
 mdirs: mdirs.o
 mflag: mflag.o blaze822.o seq.o mymemmem.o
+mgenmid: mgenmid.o blaze822.o seq.o mymemmem.o
 mhdr: mhdr.o blaze822.o seq.o rfc2047.o mymemmem.o
 minc: minc.o
 mlist: mlist.o