hare

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

commit fe28773bba664a9ab82aa778e9d21b00336c2bfc
parent 48d327cb46c2550c651e4099ba19fd36d84cf136
Author: Alexey Yerin <yyp@disroot.org>
Date:   Tue, 26 Apr 2022 12:03:28 +0300

Do not rebuild haredoc and harec2 on install

Signed-off-by: Alexey Yerin <yyp@disroot.org>

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

diff --git a/Makefile b/Makefile @@ -96,7 +96,7 @@ check: .bin/hare-tests all: .bin/hare .bin/harec2 .bin/haredoc -install: all docs +install: docs mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 \ $(DESTDIR)$(SRCDIR)/hare/stdlib $(DESTDIR)$(LOCALSRCDIR) install -m755 .bin/hare $(DESTDIR)$(BINDIR)/hare