about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-02 15:50:30 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-02 15:50:30 +0200
commit612d1564cc5bb9a3af890ceecc2652ccc0ae4197 (patch)
tree51edfb5df0e1ac0234099f92b574a58eab74b5e2 /Makefile
parent18c6351b00401bd7d21fd7525bfdb396c4cd744d (diff)
downloadmblaze-612d1564cc5bb9a3af890ceecc2652ccc0ae4197.tar.gz
mblaze-612d1564cc5bb9a3af890ceecc2652ccc0ae4197.tar.xz
mblaze-612d1564cc5bb9a3af890ceecc2652ccc0ae4197.zip
add magrep
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b7e012..f2ed500 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
 CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2
 
-ALL = maddr mdeliver mdirs mflag mgenmid mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread
+ALL = maddr magrep mdeliver mdirs mflag mgenmid mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread
 
 all: $(ALL)
 
 maddr: maddr.o blaze822.o seq.o rfc2047.o mymemmem.o
+magrep: magrep.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