aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/clean_benches.sh
blob: c0a87ff96332ece33f53059d31002645fab01029 (plain)
1
2
3
4
5
6
7
8

source benches.sh

rm -f commands.txt
for bench in $benches; do
  (cd $bench && make clean)
done
rm -f *.o