|
|
@ -14,9 +14,19 @@ esac |
|
|
|
print_usage() { |
|
|
|
cat <<EOF |
|
|
|
Usage: tool [options] command [args] |
|
|
|
Commands: |
|
|
|
build <target> |
|
|
|
Compile orca. |
|
|
|
Targets: debug, release |
|
|
|
Default: debug |
|
|
|
Output: debug/<target>/orca |
|
|
|
clean |
|
|
|
Removes build/ |
|
|
|
info |
|
|
|
Prints information about the detected build environment. |
|
|
|
Options: |
|
|
|
-v Print important commands as they're executed. |
|
|
|
-c <name> Use a specific compiler binary instead. |
|
|
|
-c <name> Use a specific compiler binary. |
|
|
|
Default: \$CC, or cc |
|
|
|
-d Enable compiler safeguards like -fstack-protector. |
|
|
|
You should probably do this if you plan to give the |
|
|
|