1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

build.sh: set default TARGET value to "all"

This commit is contained in:
Henrik Hautakoski 2023-04-05 19:17:45 +02:00
parent 8bb1649974
commit 90f5aa17a8

View file

@ -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"