OpenFOAM-2.4.x/applications/solvers/multiphase/multiphaseInterFoam/Allwmake
2014-04-23 14:34:07 +01:00

8 lines
185 B
Bash
Executable file

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