mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
11 lines
227 B
Makefile
11 lines
227 B
Makefile
all: $(addsuffix .gz, $(wildcard *.*))
|
|
|
|
%.gz: %
|
|
#brotli -q 11 $<
|
|
pigz -11 -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%
|