clean out all my changes
[IRC.git] / Robust / src / Benchmarks / SingleTM / compileall
1 #!/bin/bash
2 cd KMeans
3 make &
4 cd ..
5
6 cd SSCA2
7 make &
8 cd ..
9
10 cd Labyrinth3D
11 make &
12 cd ..
13
14 cd Genome
15 make &
16 cd ..
17
18 cd Intruder
19 make &
20 cd ..
21
22 cd Bayes
23 make &
24 cd ..
25
26 cd Vacation
27 make &
28 cd ..
29
30 cd Yada
31 make &
32 cd ..
33
34 cd LeeRouting
35 make &
36 cd ..