commit 832ce1712e3fec9ebad878e9bae226b5cbd6a37f parent fb85756e46157afbce8f85807e2aec01713c9c2e Author: Drew DeVault <sir@cmpwn.com> Date: Fri, 19 Mar 2021 10:58:55 -0400 hare(1): add *FLAGS variables Diffstat:
M | docs/hare.scd | | | 14 | ++++++++++---- |
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/docs/hare.scd b/docs/hare.scd @@ -12,23 +12,23 @@ hare - compiles, runs, and tests Hare programs [-l _name_]++ [-o _path_]++ [-t _arch_]++ - [-T _tags_] [-X _tags_ ]++ + [-T _tags_] [-X _tags_]++ [_path_] -*hare* deps [-Mm] [-T _tags_] [-X _tags_ ] _path_ +*hare* deps [-Mm] [-T _tags_] [-X _tags_] _path_ *hare* run [-v]++ [-D _ident:type=value_]++ [-l _name_]++ [-j _jobs_]++ - [-T _tags_] [-X _tags_ ]++ + [-T _tags_] [-X _tags_]++ [_path_] [_args_...] *hare* test [-v]++ [-D _ident:type=value_]++ [-l _name_]++ [-j _jobs_]++ - [-T _tags_] [-X _tags_ ]++ + [-T _tags_] [-X _tags_]++ _tests_ *hare* version @@ -257,10 +257,16 @@ The following environment variables affect *hare*'s execution: : Name of the *harec*(1) command to use. | *AR* : Name of the *ar*(1) command to use. +| *ARFLAGS* +: Additional flags to pass to *ar*(1). | *AS* : Name of the *as*(1) command to use. +| *ASFLAGS* +: Additional flags to pass to *as*(1). | *LD* : Name of the *ld*(1) command to use. +| *LDFLAGS* +: Additional flags to pass to *ld*(1). # SEE ALSO