Skip to content
Snippets Groups Projects
Commit 89342b6f authored by mattijs's avatar mattijs
Browse files

COMP: Allwmake: pass through targetType

parent 69f6f638
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
. $WM_PROJECT_DIR/wmake/scripts/have_fftw
#------------------------------------------------------------------------------
if have_fftw
then
wmake
wmake $targetType
else
echo "==> skip dnsFoam solver (no FFTW)"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment