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