copyparty/scripts/deps-docker/zopfli.makefile
2020-05-01 02:24:29 +02:00

11 lines
233 B
Makefile

all: $(addsuffix .gz, $(wildcard *.*))
%.gz: %
#brotli -q 11 $<
pigz -11 -J 34 -I 573 $<
# pigz -11 -J 34 -I 100 -F < $< > $@.first
# disabling brotli after all since the gain is meh
# and it bloats sfx and wheels by like 70%