hare

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

commit 50ec4a3cd2832c459ebc0dea12dfd6fb474fabba
parent b5bf55fa460ea8e57ad18a93603d906266baa540
Author: Lorenz (xha) <me@xha.li>
Date:   Tue,  2 Jan 2024 14:21:00 +0100

remove harec2 from the makefile all target

it doesn't make sense to always build it if it does not work.

Signed-off-by: Lorenz (xha) <me@xha.li>

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

diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ all: include config.mk include makefiles/$(PLATFORM).$(ARCH).mk -all: $(BINOUT)/hare $(BINOUT)/harec2 $(BINOUT)/haredoc docs +all: $(BINOUT)/hare $(BINOUT)/haredoc docs HARE_DEFINES = \ -D PLATFORM:str='"$(PLATFORM)"' \