UNPKG

woff2

Version:

Node wrapper around Google's woff2 utility.

18 lines (12 loc) 260 B
#brotli/tests BROTLI = .. all: test test: deps ./compatibility_test.sh ./roundtrip_test.sh deps : $(MAKE) -C $(BROTLI) brotli clean : rm -f testdata/*.{br,unbr,uncompressed} rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}br $(MAKE) -C $(BROTLI)/tools clean