initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / Allwmake
blob2a7eeae1245887af8bb81ec819d8b73b8ed0d479
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake all solvers
6 wmake all utilities
8 # ----------------------------------------------------------------- end-of-file