mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
build.sh: set default TARGET value to "all"
This commit is contained in:
parent
8bb1649974
commit
90f5aa17a8
1 changed files with 1 additions and 0 deletions
1
build.sh
1
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"
|
eval set -- "$options"
|
||||||
|
|
||||||
|
TARGET="all"
|
||||||
ONLY_CONFIG=0
|
ONLY_CONFIG=0
|
||||||
ARGS=""
|
ARGS=""
|
||||||
BUILD_ARGS="--clean-first"
|
BUILD_ARGS="--clean-first"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue