hare

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

commit 10da512e354c5baac045a63953373f421260871e
parent 88a646de6f269a31ddb0a8427337ce420ec24464
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed,  3 Feb 2021 08:38:38 -0500

Update .build.yml

So long as we're just building some demo programs and not the actual
build driver

Diffstat:
M.build.yml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.build.yml b/.build.yml @@ -20,4 +20,3 @@ tasks: cp config.example.mk config.mk ln -s ../stdlib ./ make - ./hare -v