From 0ee7f48c8cf362f388628b4d19c363d001acfbba Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 11 Apr 2025 13:39:55 +0100 Subject: [PATCH] trees: initialise mode to "all", not "" Signed-off-by: Leah Rowe --- script/trees | 1 + 1 file changed, 1 insertion(+) diff --git a/script/trees b/script/trees index 1907dea..d1aa6fe 100755 --- a/script/trees +++ b/script/trees @@ -20,6 +20,7 @@ eval "`setvars "" xarch srcdir premake gnatdir xlang mode makeargs elfdir cmd \ # ./mk -f will set this to "n", thus # disabling the use of make commands do_make="y" +mode="all" # make all main() {