mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: provide modules/Allwmake script - unified entry point with -prefix=... handling (#1721)
8 lines
221 B
Bash
Executable File
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"
|
|
|
|
#------------------------------------------------------------------------------
|