Fix gzip command in Makefile
This commit is contained in:
parent
311a9054ee
commit
641fd54a97
2
Makefile
2
Makefile
@ -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
BIN
man1/stc.1.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user