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

source benches.sh

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