mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
all: $(addsuffix .gz, $(wildcard *.*))
|
|
|
|
%.gz: %
|
|
brotli -q 11 $<
|
|
pigz -11 -J 34 -I 573 $<
|
|
|
|
# pigz -11 -J 34 -I 100 -F < $< > $@.first
|