From 30dabbfe470b62abe2554cc4add7bb9760cf38b1 Mon Sep 17 00:00:00 2001 From: Lock l00p Date: Mon, 3 Jun 2024 21:55:21 +0000 Subject: [PATCH] Make xonotic.subr actually work for switch --- misc/tools/all/xonotic.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 22a0047f..eca39168 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -378,7 +378,7 @@ case "$cmd" in verbose $MAKE $MAKEFLAGS clean fi for T in $TARGETS; do - verbose $MAKE $MAKEFLAGS -l + verbose $MAKE $MAKEFLAGS "$T" done for T in $BAD_TARGETS; do $ECHO "Warning: discarded invalid client $T." -- 2.39.2