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

for bench in binary_search; do
  ./genmake.py $(cat $bench/make.proto) > $bench/Makefile
done