summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-08-31 17:31:27 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-08-31 17:31:27 -0700
commitd1d126acf453608fd797ceaec73d73fa25517166 (patch)
treede87bd9273f937f1289b497b43d849996c612cd5 /Makefile
parent8eb2b2a2169af97e5182a5a758b09a6e0e0caf37 (diff)
Make "benchmark" build "benchmarks", add bug note.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback