copyparty/scripts/deps-docker/brotli.makefile
ed aa96a1acdc misc optimizations / cleanup:
* slightly faster startup / shutdown
* forgot a jinja2 golf
* waste 4KiB changing prismjs back to gz since brotli is https-gated ;_;
* broke support for firefox<52 (non-var functions must be toplevel
   or immediately within another function), now even firefox 10 /
   centos 6 is somewhat supported again
2023-09-17 13:02:18 +00:00

5 lines
68 B
Makefile

all: $(addsuffix .br, $(wildcard easymde*))
%.br: %
brotli -jZ $<