summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-19 17:53:40 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-19 17:53:40 +0200
commitd71a1fbe44093debc05d60d56ac26ef2c63aff15 (patch)
treed47de20fc684d2a686ca0429d5b5ffbdac2b7a5f /Makefile
parent7c9a5c9c7682c1e5a1189b410a63403c3676d5c5 (diff)
downloadmblaze-d71a1fbe44093debc05d60d56ac26ef2c63aff15.tar.gz
mblaze-d71a1fbe44093debc05d60d56ac26ef2c63aff15.tar.xz
mblaze-d71a1fbe44093debc05d60d56ac26ef2c63aff15.zip
add mexport
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e286634..fa44127 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PREFIX=/usr/local
 BINDIR=$(PREFIX)/bin
 MANDIR=$(PREFIX)/share/man
 
-ALL = maddr magrep mdate mdeliver mdirs mflag mgenmid mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread
+ALL = maddr magrep mdate mdeliver mdirs mexport mflag mgenmid mhdr minc mlist mmime mpick mscan msed mseq mshow msort mthread
 SCRIPT = mcolor mcom mless mquote
 
 all: $(ALL)
@@ -15,6 +15,7 @@ magrep: magrep.o blaze822.o seq.o rfc2045.o rfc2047.o mymemmem.o mytimegm.o
 mdate: mdate.o
 mdeliver: mdeliver.o blaze822.o mymemmem.o mytimegm.o
 mdirs: mdirs.o
+mexport: mexport.c blaze822.o seq.o mymemmem.o mytimegm.o
 mflag: mflag.o blaze822.o seq.o mymemmem.o mytimegm.o
 mgenmid: mgenmid.o blaze822.o seq.o mymemmem.o mytimegm.o
 mhdr: mhdr.o blaze822.o seq.o rfc2047.o mymemmem.o mytimegm.o