openfoam/applications/utilities/miscellaneous/foamHelp/Allwmake

9 lines
171 B
Bash
Executable File

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