diff --git a/Makefile.in b/Makefile.in index bcedd53db78..50b3e60edeb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1104,4 +1104,4 @@ clean: $(Q)rm -Rf $(foreach ext,out out.tmp \ boot$(X) stage0$(X) stage1$(X) stage2$(X) \ bc o s exe dSYM, \ - $(wildcard test/*/*.$(ext))) + $(wildcard test/*/*.$(ext) test/bench/*/*.$(ext)))