From 2e3db4faa25b6d5bcb4d6bd0b1b0b61dea080b6c Mon Sep 17 00:00:00 2001 From: remittor Date: Mon, 13 Jan 2025 15:38:46 +0300 Subject: [PATCH] test 7 --- xmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.sh b/xmake.sh index 31ec282..5c70072 100755 --- a/xmake.sh +++ b/xmake.sh @@ -18,7 +18,7 @@ BUILD_ONLY_INITRAMFS=false BUILD_SKIP_INITRAMFS=false CALL_MAKE=true -while getopts "j:t:fiskT" opt; do +while getopts "j:t:fiskTm" opt; do case $opt in j) MAKE_JOBS=$OPTARG;; t) XTARGET=$OPTARG;;