ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / applications / utilities / preProcessing / wallFunctionTable / Allwmake
blob55a6cbd37fa9dcbaf7e2eb1f32402e0d74f79d11
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake libso tabulatedWallFunction
6 wmake
8 # ----------------------------------------------------------------- end-of-file