aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/clean_benches.sh
blob: dff15fd41244fcc98fc49c6a5abf01c4908da7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12

source benches.sh

blue="\e[34m"
default="\e[39m"

rm -f commands.txt
for bench in $benches; do
  echo -e "${blue}Cleaning $bench..${default}"
  (cd $bench && make -s clean)
done
rm -f *.o