From a2964074322106ab2350cdefa676de3664083b0a Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 16 Apr 2013 14:07:21 +0530 Subject: Add target bench-clean --- benchtests/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'benchtests/Makefile') diff --git a/benchtests/Makefile b/benchtests/Makefile index bd0925b..097d3c3 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; \ -- cgit v1.1