openfoam/Allwmake

16 lines
206 B
Bash
Executable File

#!/bin/sh
set -x
(cd $WM_PROJECT_INST_DIR/ThirdParty && ./Allwmake)
(cd wmake && ./makeWmake)
(cd src && ./Allwmake)
(cd applications && ./Allwmake)
if [ "$1" = doc ]
then
(cd doc && ./Allwmake)
fi