summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2014-01-24 12:25:02 +0000
committerAndreas Enge <andreas.enge@inria.fr>2014-01-24 12:25:02 +0000
commite51b0589f43db1363d009f494a1a9b656943e11c (patch)
tree934d0de12c52e74622f26c6cd8f0f5d2fb8168b8 /Makefile.am
parentc7f8d086c4b47df18747a439324f6b285285b1a1 (diff)
downloadmpc-git-e51b0589f43db1363d009f494a1a9b656943e11c.tar.gz
bench: Enable "make bench" in the top directory.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1440 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b72cca7..863356c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,3 +27,7 @@ SUBDIRS = src tests doc tools
EXTRA_HEADERS = src/mpc-log.h
include_HEADERS = src/mpc.h @MPC_LOG_H@
EXTRA_DIST = doc/fdl-1.3.texi src/mpc-log.h Makefile.vc
+
+bench :
+ cd tools/bench && $(MAKE) $(AM_MAKEFLAGS) bench
+