hare

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

commit 4a9785dd49576b3f1193920f745a9d0bfac242bd
parent 69634ede62135c1fe69e1dc177cf969e92740d05
Author: Sebastian <sebastian@sebsite.pw>
Date:   Fri, 27 May 2022 22:32:53 -0400

Makefile: use $(HARECACHE) and $(BINOUT) 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 @@ -92,7 +92,7 @@ docs/haredoc.1: docs/haredoc.scd docs: docs/hare.1 docs/haredoc.1 clean: - rm -rf .cache .bin docs/hare.1 docs/haredoc.1 + rm -rf $(HARECACHE) $(BINOUT) docs/hare.1 docs/haredoc.1 check: $(BINOUT)/hare-tests @$(BINOUT)/hare-tests