about summary refs log tree commit diff
path: root/benchtests
diff options
context:
space:
mode:
Diffstat (limited to 'benchtests')
-rw-r--r--benchtests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile
index bd0925b926..097d3c3560 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -120,6 +120,9 @@ run-bench = $(test-wrapper-env) \
 	    GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
 	    $($*-ENV) $(rtld-prefix) $${run}
 
+bench-clean:
+	rm -f $(binaries-bench) $(addsuffix .o,$(binaries-bench))
+
 bench: $(binaries-bench)
 	{ for run in $^; do \
 	  echo "Running $${run}" >&2; \