Files
openfoam/src/mesh/Allwmake
2009-09-21 18:20:03 +02:00

9 lines
192 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso autoMesh
wmake libso blockMesh
# ----------------------------------------------------------------- end-of-file