ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / applications / solvers / incompressible / pimpleFoam / Allwmake
blob8727bdb2defc0c6c0c05a15565efc48dd782bbce
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake
6 wmake SRFPimpleFoam
7 wmake pimpleDyMFoam
9 # ----------------------------------------------------------------- end-of-file