Hash : 6ece1d87 Author : Date : 2017-04-23T14:07:08
Move files & update paths (#541) * Move files & update paths * Rename build to scripts. * Fix paths * Fix script.
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#brotli/tests BROTLI = .. all: test test: deps ./compatibility_test.sh ./roundtrip_test.sh deps : $(MAKE) -C $(BROTLI) bro clean : rm -f testdata/*.{bro,unbro,uncompressed} rm -f $(BROTLI)/c/{enc,dec,tools}/*.{un,}bro $(MAKE) -C $(BROTLI)/c/tools clean