Files
openfoam/applications/solvers/multiphase/MPPICInterFoam/Allwmake
2016-06-01 11:08:06 -07:00

9 lines
211 B
Bash
Executable File

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