From 3a641275d3a755c83c26f16f8312f8b3dda4c3c7 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 26 Sep 2018 14:32:32 +0100 Subject: [PATCH] COMP: Allwmake: pass through targetType --- src/functionObjects/Allwmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functionObjects/Allwmake b/src/functionObjects/Allwmake index df7176d7ef..be5bc41170 100755 --- a/src/functionObjects/Allwmake +++ b/src/functionObjects/Allwmake @@ -10,6 +10,6 @@ wmake $targetType lagrangian wmake $targetType utilities wmake $targetType solvers -./graphics/Allwmake +./graphics/Allwmake $targetType #------------------------------------------------------------------------------