openfoam/modules/doc/Allwmake
Mark Olesen b1182ee8c2 DOC: update modules/README.md and Cross-Compile-mingw information
COMP: provide modules/Allwmake script

- unified entry point with -prefix=... handling (#1721)
2020-06-17 00:01:22 +02:00

8 lines
221 B
Bash
Executable File

#!/bin/sh
# Dummy for "wmake -all"
# Returns true so it does not look like an error
echo "skip wmake target for modules doxygen directory"
#------------------------------------------------------------------------------