makefile for benchmarks.

This commit is contained in:
Ben Gras 2010-02-03 16:49:15 +00:00
parent d6598cc7cd
commit 15b0595013
2 changed files with 9 additions and 0 deletions

7
benchmarks/Makefile Normal file
View file

@ -0,0 +1,7 @@
# Makefile for the benchmarks.
all::
chmod 755 run
all clean::
for b in *bench*; do cd $$b && $(MAKE) $@; done

View file

@ -2,6 +2,8 @@
set -e
make
benchmarks=`echo *bench*`
runbench() {