aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 7962cbd..5d847e5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -13,5 +13,5 @@ deps :
clean :
rm -f testdata/*.{bro,unbro,uncompressed}
- rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}bro
- $(MAKE) -C $(BROTLI)/tools clean
+ rm -f $(BROTLI)/c/{enc,dec,tools}/*.{un,}bro
+ $(MAKE) -C $(BROTLI)/c/tools clean