mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
Documentation: Adjust default TARGET to x86_64 in the documentation
This commit is contained in:
parent
39fc7359d4
commit
c4bc889346
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ print_help() {
|
|||
NAME=$(basename "$ARG0")
|
||||
cat <<EOF
|
||||
Usage: $NAME COMMAND [TARGET] [TOOLCHAIN] [ARGS...]
|
||||
Supported TARGETs: aarch64, i686, x86_64, lagom. Defaults to SERENITY_ARCH, or i686 if not set.
|
||||
Supported TARGETs: aarch64, i686, x86_64, lagom. Defaults to SERENITY_ARCH, or x86_64 if not set.
|
||||
Supported TOOLCHAINs: GNU, Clang. Defaults to SERENITY_TOOLCHAIN, or GNU if not set.
|
||||
Supported COMMANDs:
|
||||
build: Compiles the target binaries, [ARGS...] are passed through to ninja
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue