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

source benches.sh

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