hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit fde5bd23a1f6d118398fbc2eb885f660ab7e5611
parent 0d5cc2bd9554b4d121d0abfef96ba5317b20bd20
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 11 Mar 2021 14:16:54 -0500

build: correct typo

Diffstat:
Msubcmds.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subcmds.ha b/subcmds.ha @@ -27,7 +27,7 @@ fn build(args: []str) void = { for (let i = 0z; i < len(cmd.opts); i += 1) { let opt = cmd.opts[i]; switch (opt.0) { - 'c' => goal::OBJ, + 'c' => goal = goal::OBJ, 'v' => verbose = true, 'D' => abort(), // TODO 'l' => abort(), // TODO