diff options
author | Teddy Wing | 2022-05-22 00:43:34 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-22 00:43:34 +0200 |
commit | baafd4c35f4d85f14e95a2927f958e4d70517a27 (patch) | |
tree | d1d616be41a767e433abeed5f88fa3be5e96cf6c | |
parent | 0c58692dddac6643c55dc35f0b8f03ea4991104f (diff) | |
download | wajir-baafd4c35f4d85f14e95a2927f958e4d70517a27.tar.bz2 |
Makefile: Have the `install` target depend on the binary and man page
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |