lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 55b4fe33a25fc0b293433eab3a9b423e7feade0a
parent 4eff6fc806be595864c290a6d04f8216ec7c93ea
Author: Sean Enck <sean@ttypty.com>
Date:   Thu, 14 Jul 2022 18:39:20 -0400

install target

Diffstat:
MMakefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -14,3 +14,8 @@ check: $(TARGETS) clean: rm -rf $(BUILD) + +install: + install -Dm755 $(BUILD)lb $(DESTDIR)bin/lb + install -Dm755 -d $(LIBEXEC) + install -Dm755 $(BUILD)lb-* $(LIBEXEC)