blob: b7048929140dbb5ac586a525395497c6d3d158a5 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
# build the 3 msd objects using flext and its configuration
cd ../msd
../../../grill/flext/build.sh pd gcc
cd ../msd2D
../../../grill/flext/build.sh pd gcc
cd ../msd3D
../../../grill/flext/build.sh pd gcc
|