diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-07-12 22:31:35 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-07-12 22:31:52 +0200 |
commit | 31d1cb7bc63d3d30f4875720d51f7dcda04d9d25 (patch) | |
tree | ed7022ed70b8ca8a73d97671781a39a68fc226f5 /GNUmakefile | |
parent | 157542c3e7dd3eb89401bd3a8397693d4818efd8 (diff) | |
download | mblaze-31d1cb7bc63d3d30f4875720d51f7dcda04d9d25.tar.gz mblaze-31d1cb7bc63d3d30f4875720d51f7dcda04d9d25.tar.xz mblaze-31d1cb7bc63d3d30f4875720d51f7dcda04d9d25.zip |
minc: use squeeze_slash
Closes #68.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index a6062ee..5f1d6a6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,7 +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 +minc mlist : squeeze_slash.o museragent: FRC @printf '#!/bin/sh\nprintf "User-Agent: mblaze/%s (%s)\\n"\n' \ |