diff options
Diffstat (limited to 'misc/benchmarks/build_all.sh')
| -rw-r--r-- | misc/benchmarks/build_all.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/benchmarks/build_all.sh b/misc/benchmarks/build_all.sh index 869559ba..d055bd2e 100644 --- a/misc/benchmarks/build_all.sh +++ b/misc/benchmarks/build_all.sh @@ -15,12 +15,12 @@ if [ ! -z "$1" ] ; then cc=$@ fi if [ $run = 0 ] ; then - for i in *.cpp misc/*.c* picobench/*.cpp plotbench/*.cpp ; do + for i in *.cpp various/*.c* picobench/*.cpp plotbench/*.cpp ; do echo $cc -I../include $i -o $(basename -s .cpp $i).exe $cc -I../include $i -o $(basename -s .cpp $i).exe done else - for i in misc/*.c* picobench/*.cpp ; do + for i in various/*.c* picobench/*.cpp ; do echo $cc -O3 -I../include $i $cc -O3 -I../include $i if [ -f $(basename -s .c $i).exe ]; then ./$(basename -s .c $i).exe; fi |
