trees: initialise mode to "all", not ""

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-04-11 13:39:55 +01:00
parent d0bd12631a
commit c7636ff1df
+1
View File
@@ -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()
{