mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
* web: hashwasm 4.9 -> 4.10 * web: dompurify 3.0.5 -> 3.0.8 * web: codemirror 5.65.12 -> 5.65.16 * win10exe: pillow 10.1 -> 10.2
7 lines
120 B
Makefile
7 lines
120 B
Makefile
all: $(addsuffix .gz, $(wildcard *.js *.css))
|
|
|
|
%.gz: %
|
|
pigz -11 -I 2048 $<
|
|
|
|
# pigz -11 -J 34 -I 100 -F < $< > $@.first
|