b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/Makefile |
2 | +++ b/Makefile | ||||
3 | @@ -2,7 +2,7 @@ BINS=isutf8 ifdata ifne pee sponge mispi | ||||
4 | PERLSCRIPTS=vidir vipe ts combine zrun chronic | ||||
5 | MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1 | ||||
6 | CFLAGS?=-O2 -g -Wall | ||||
7 | -INSTALL_BIN?=install -s | ||||
8 | +INSTALL_BIN?=install | ||||
9 | PREFIX?=/usr | ||||
10 | |||||
11 | ifneq (,$(findstring CYGWIN,$(shell uname))) |