Files
openfoam/src/postProcessing/Allwmake
Mark Olesen e0311539fc STYLE: change makeOption to makeType internally
- also simplify setting makeType in the Allwmake scripts
2011-03-08 08:58:44 +01:00

12 lines
253 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
makeType=${1:-libso}
set -x
wmake libo postCalc
wmake $makeType foamCalcFunctions
functionObjects/Allwmake $*
# ----------------------------------------------------------------- end-of-file