commit 9ffbb9e4ac17fbae84bc340d4bf6207f235bf67e
parent 543d03478d80440ee344252078c9da6d86f13c39
Author: Sebastian <sebastian@sebsite.pw>
Date: Fri, 6 May 2022 22:47:14 -0400
Makefile: add scripts as dependencies
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -94,9 +94,12 @@ clean:
check: .bin/hare-tests
@./.bin/hare-tests
+scripts/gen-docs: scripts/gen-stdlib
+scripts/gen-stdlib: scripts/gen-stdlib.sh
+
all: .bin/hare .bin/harec2 .bin/haredoc
-install: docs
+install: docs scripts/install-mods
mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 \
$(DESTDIR)$(SRCDIR)/hare/stdlib $(DESTDIR)$(LOCALSRCDIR)
install -m755 .bin/hare $(DESTDIR)$(BINDIR)/hare