openfoam/applications/utilities/miscellaneous/foamHelp/Allwmake
2012-08-16 14:39:07 +01:00

9 lines
171 B
Bash
Executable File

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