about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-22 17:32:46 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-22 17:32:46 +0200
commit733f42bb7576335a0753023f710c5f471c984ab2 (patch)
treec35b744a1ff5042534ac11dc1f98b20341c34cd4 /Makefile
parent5f9837446472eb2401a24ee989cfc3c9b72d2806 (diff)
downloadmblaze-733f42bb7576335a0753023f710c5f471c984ab2.tar.gz
mblaze-733f42bb7576335a0753023f710c5f471c984ab2.tar.xz
mblaze-733f42bb7576335a0753023f710c5f471c984ab2.zip
add mflag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4668622..e2ef430 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 mmime minc
+ALL = mscan mthread mhdr mshow mlist mseq msort mmime minc mflag
 
 all: $(ALL)
 
@@ -13,6 +13,7 @@ mseq: mseq.o seq.o
 msort: msort.o blaze822.o seq.o
 mmime: mmime.o
 minc: minc.o
+mflag: mflag.o blaze822.o seq.o
 
 clean: FRC
 	-rm -f $(ALL) *.o