diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-07-12 22:31:01 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-07-12 22:31:01 +0200 |
commit | 157542c3e7dd3eb89401bd3a8397693d4818efd8 (patch) | |
tree | 497baab029592636a4c53b50c5b01aae776e4b2a /GNUmakefile | |
parent | 73d80d80f98436aff9b3ce8b99089d5f909e7c63 (diff) | |
download | mblaze-157542c3e7dd3eb89401bd3a8397693d4818efd8.tar.gz mblaze-157542c3e7dd3eb89401bd3a8397693d4818efd8.tar.xz mblaze-157542c3e7dd3eb89401bd3a8397693d4818efd8.zip |
mlist: extract squeeze_slash
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0058e81..a6062ee 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,6 +33,7 @@ mshow : filter.o safe_u8putstr.o rfc2231.o pipeto.o mscan : pipeto.o msort : mystrverscmp.o mmime : slurp.o +mlist : squeeze_slash.o museragent: FRC @printf '#!/bin/sh\nprintf "User-Agent: mblaze/%s (%s)\\n"\n' \ |