From 90f5aa17a8c64bf015629ab0be171275452f6959 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 5 Apr 2023 19:17:45 +0200 Subject: [PATCH] build.sh: set default TARGET value to "all" --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index a58395c..8177c70 100755 --- a/build.sh +++ b/build.sh @@ -11,6 +11,7 @@ options=$(getopt -n "${0##*/}" -o "lht:" -l "help,cli,no-cli,gui,no-gui,type:,li eval set -- "$options" +TARGET="all" ONLY_CONFIG=0 ARGS="" BUILD_ARGS="--clean-first"