hare

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

commit 265d397e757f80c7c4495882c7b346d795cd4e90
parent 871db194d529b70a9a09d0d4c671472bebf17ab4
Author: Sebastian <sebastian@sebsite.pw>
Date:   Fri, 17 Jun 2022 17:02:04 -0400

Makefile: remove docs/html in clean

Signed-off-by: Sebastian <sebastian@sebsite.pw>

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

diff --git a/Makefile b/Makefile @@ -89,7 +89,7 @@ docs/haredoc.1: docs/haredoc.scd docs: docs/hare.1 docs/haredoc.1 clean: - rm -rf $(HARECACHE) $(BINOUT) docs/hare.1 docs/haredoc.1 + rm -rf $(HARECACHE) $(BINOUT) docs/hare.1 docs/haredoc.1 docs/html check: $(BINOUT)/hare-tests @$(BINOUT)/hare-tests