aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/generate_makefiles.sh
blob: 1c05538fb5fbce458e3492dfad1c87e38c4c37f7 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/bash

source benches.sh

for bench in $benches; do
  ./genmake.py $bench/make.proto > $bench/Makefile
done