From d1d126acf453608fd797ceaec73d73fa25517166 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 31 Aug 2011 17:31:27 -0700 Subject: Make "benchmark" build "benchmarks", add bug note. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c94728b..99563b8 100644 --- a/Makefile +++ b/Makefile @@ -283,7 +283,7 @@ BENCHMARKS=$(UPB_BENCHMARKS) \ upb_benchmarks: $(UPB_BENCHMARKS) benchmarks: $(BENCHMARKS) -benchmark: +benchmark: $(BENCHMARKS) @rm -f benchmarks/results @rm -rf benchmarks/*.dSYM @for test in benchmarks/b.* ; do ./$$test ; done -- cgit v1.2.3