about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 22:43:58 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 22:43:58 +0200
commit9545981777e56a1f52a3070f318dc31d15d31d14 (patch)
treec70ba4aaae257d84eff5a9f45c2e569ed4d14946 /Makefile
parentd4792704cffe6a4f1f4666e217e6d92538434f14 (diff)
downloadmblaze-9545981777e56a1f52a3070f318dc31d15d31d14.tar.gz
mblaze-9545981777e56a1f52a3070f318dc31d15d31d14.tar.xz
mblaze-9545981777e56a1f52a3070f318dc31d15d31d14.zip
add mmime
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57de9ef..58237ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2
 
-ALL = mscan mthread mhdr mshow mlist mseq msort
+ALL = mscan mthread mhdr mshow mlist mseq msort mmime
 
 all: $(ALL)
 
@@ -11,6 +11,7 @@ mshow: mshow.o blaze822.o seq.o rfc2045.o rfc2047.c
 mlist: mlist.o
 mseq: mseq.o seq.o
 msort: msort.o blaze822.o seq.o
+mmime: mmime.o
 
 clean: FRC
 	-rm -f $(ALL) *.o