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