aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 5d847e5..28da198 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -9,9 +9,9 @@ test: deps
./roundtrip_test.sh
deps :
- $(MAKE) -C $(BROTLI) bro
+ $(MAKE) -C $(BROTLI) brotli
clean :
- rm -f testdata/*.{bro,unbro,uncompressed}
- rm -f $(BROTLI)/c/{enc,dec,tools}/*.{un,}bro
- $(MAKE) -C $(BROTLI)/c/tools clean
+ rm -f testdata/*.{br,unbr,uncompressed}
+ rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}br
+ $(MAKE) -C $(BROTLI)/tools clean