Skip to content
Snippets Groups Projects
Allwmake 330 B
#!/bin/sh
cd "${0%/*}" || exit                            # Run from this directory
. "${WM_PROJECT_DIR:?}"/wmake/scripts/AllwmakeParseArguments
#------------------------------------------------------------------------------

petsc4Foam/Allwmake $*

#------------------------------------------------------------------------------