Fix gzip command in Makefile

This commit is contained in:
Franck STAUFFER 2020-09-02 20:23:13 +02:00
parent 311a9054ee
commit 641fd54a97
Signed by: franck.stauffer
GPG Key ID: AAF5A94045CEC261
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ obj/%.o: src/%.c
$(CC) -c -o $@ $^ $(CFLAGS)
man1/%.1.gz: man1/%.1
gzip --keep --best -c $^ > $@
gzip -ck9 $^ > $@
clean:
@[ -d obj ] && rm -rf obj

BIN
man1/stc.1.gz Normal file

Binary file not shown.