openfoam/applications/Allwmake
henry 4a2a23a710 Lots of changes from Mark and my changes to ddtPhiCorr all mixed together
because I failed to work out how to merge Mark's stuff -- HELP!!!
2008-05-25 21:46:37 +01:00

6 lines
76 B
Bash
Executable File

#!/bin/sh
set -x
( cd solvers && wmake all )
( cd utilities && wmake all )