diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-06-20 14:17:24 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-06-20 14:17:24 +0200 |
commit | 8dd2dd58354f3fec2a948c3a007fc7fdb0ae6c73 (patch) | |
tree | 330b5e0b80ab63bd99e2f57a63a04ee5507810e5 /GNUmakefile | |
parent | c4a97ff4309d634e1e21758cff17820704250dd3 (diff) | |
download | mblaze-8dd2dd58354f3fec2a948c3a007fc7fdb0ae6c73.tar.gz mblaze-8dd2dd58354f3fec2a948c3a007fc7fdb0ae6c73.tar.xz mblaze-8dd2dd58354f3fec2a948c3a007fc7fdb0ae6c73.zip |
mmkdir: make official command
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 61e8dfb..b0e1814 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,7 +18,7 @@ BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/share/man 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 museragent +SCRIPT = mcolor mcom mless mmkdir mquote museragent all: $(ALL) museragent |