Allwmake: use wmake -a to replace (cd ... && ./Allwmake...

This commit is contained in:
Henry Weller
2022-01-03 16:42:40 +00:00
parent 689a4de88a
commit 1b116fdddd
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ wmake $targetType conformalVoronoi2DMesh
wmake $targetType foamyQuadMesh
wmake $targetType foamyHexMesh
#wmake $targetType foamyHexMeshBackgroundMesh
#(cd foamyHexMeshSurfaceSimplify && ./Allwmake $targetType $*)
#wmake -a $targetType foamyHexMeshSurfaceSimplify
#wmake $targetType cellSizeAndAlignmentGrid
#------------------------------------------------------------------------------

View File

@ -70,8 +70,8 @@ else
fi
# Try and build metisDecomp (has own logic)
(cd metisDecomp && ./Allwmake $targetType)
# Optionally build metisDecomp with its Allwmake
wmake -a $targetType metisDecomp
wmake $targetType decompositionMethods