summaryrefslogtreecommitdiff
path: root/tools/bench/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bench/Makefile.am')
-rw-r--r--tools/bench/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/bench/Makefile.am b/tools/bench/Makefile.am
index aa60f95..310116d 100644
--- a/tools/bench/Makefile.am
+++ b/tools/bench/Makefile.am
@@ -24,6 +24,8 @@ LDADD = $(top_builddir)/src/libmpc.la
EXTRA_PROGRAMS = mpcbench
-
noinst_HEADERS = benchtime.h
+bench : mpcbench
+ ./mpcbench
+