about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 14:01:05 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 14:01:05 +0200
commit2a72a341c0444ecf24c9bbb85d7b06636fef2875 (patch)
tree605102d94af8b5bf408a48b621cfb1e252fc76d6 /Makefile
parent55c823f89af1896bcff24281bcd8535640c9de0b (diff)
downloadmblaze-2a72a341c0444ecf24c9bbb85d7b06636fef2875.tar.gz
mblaze-2a72a341c0444ecf24c9bbb85d7b06636fef2875.tar.xz
mblaze-2a72a341c0444ecf24c9bbb85d7b06636fef2875.zip
add mdate, a portable version of GNU date --rfc-2822
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d280ab9..c2b8dd0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
 CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2
 
-ALL = maddr magrep mdeliver mdirs mflag mgenmid mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread
+ALL = maddr magrep mdate 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 rfc2045.o rfc2047.o mymemmem.o
+mdate: mdate.o
 mdeliver: mdeliver.o blaze822.o mymemmem.o
 mdirs: mdirs.o
 mflag: mflag.o blaze822.o seq.o mymemmem.o