hare

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

commit cdb4142a2cbb270e492919ed8a7eafffb8b71df1
parent dca53a755ed2b76660a5ad2ac31a328dbd722776
Author: Armin Preiml <apreiml@strohwolke.at>
Date:   Wed,  6 Sep 2023 21:44:22 +0200

Makefile: add haredoc to the all target

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -108,7 +108,7 @@ check: $(BINOUT)/hare-tests scripts/gen-docs.sh: scripts/gen-stdlib scripts/gen-stdlib: scripts/gen-stdlib.sh -all: $(BINOUT)/hare $(BINOUT)/harec2 docs +all: $(BINOUT)/hare $(BINOUT)/harec2 $(BINOUT)/haredoc docs install: docs scripts/install-mods mkdir -p \