From baafd4c35f4d85f14e95a2927f958e4d70517a27 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 22 May 2022 00:43:34 +0200 Subject: Makefile: Have the `install` target depend on the binary and man page --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ae8c87..1e9815e 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,6 @@ bundle/bundled-local-projects/0000/wajir/wajir: bundle .PHONY: install -install: +install: bundle/bundled-local-projects/0000/wajir/wajir $(MAN_PAGE) install -m 755 bundle/bundled-local-projects/0000/wajir/wajir $(PREFIX)/bin install -m 755 $(MAN_PAGE) $(PREFIX)/share/man/man1 -- cgit v1.2.3