Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / src / turbulenceModels / incompressible / Allwmake
blob6e230c01ff9ecb72284d29bda2152e1ec003466c
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 makeType=${1:-libso}
4 set -x
6 wmake $makeType turbulenceModel
7 wmake $makeType RAS
8 wmake $makeType LES
10 # ----------------------------------------------------------------- end-of-file