Files
openfoam/src/parallel/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
245 B
Bash
Executable File

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