aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a62db2d..8b2eedb 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -11,9 +11,9 @@ test: deps
./roundtrip_test.sh
deps :
- make -C $(BROTLI)/tools
+ $(MAKE) -C $(BROTLI)/tools
clean :
rm -f testdata/*.{bro,unbro,uncompressed}
rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}bro
- make -C $(BROTLI)/tools clean
+ $(MAKE) -C $(BROTLI)/tools clean