about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-25 13:11:33 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-25 13:11:33 +0200
commit70df63df73b2b337cb4b90e9a4b03c7b399c406a (patch)
tree1143df32299f2a89e0b7dfdeb751276150ffc461 /Makefile
parent182a32ff9dc06805995248a8ed09e4fcf0f46c2c (diff)
downloadmblaze-70df63df73b2b337cb4b90e9a4b03c7b399c406a.tar.gz
mblaze-70df63df73b2b337cb4b90e9a4b03c7b399c406a.tar.xz
mblaze-70df63df73b2b337cb4b90e9a4b03c7b399c406a.zip
add maddr: show mail addresses in messages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbbbf62..0f57775 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
 CFLAGS=-g -O1 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2
 
-ALL = mdirs mflag mhdr minc mlist mmime mscan mseq mshow msort mthread
+ALL = maddr mdirs mflag mhdr minc mlist mmime mscan mseq mshow msort mthread
 
 all: $(ALL)
 
+maddr: maddr.o blaze822.o seq.o rfc2047.o
 mdirs: mdirs.o
 mflag: mflag.o blaze822.o seq.o
 mhdr: mhdr.o blaze822.o seq.o rfc2047.o