lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 3059ab19c41f10f81057f4e06f4ca4b72f42d9d1
parent df20345d77c3407cc3613a78d1fc1b420a687a84
Author: Sean Enck <sean@ttypty.com>
Date:   Sun, 26 Mar 2023 13:49:34 -0400

only need directories

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -28,5 +28,5 @@ clean: make check install: - install -Dm755 $(TARGET) $(BINARY) - $(TARGET) bash > $(COMPLETION) + install -Dm755 $(TARGET) $(BINDIR)/lb + $(TARGET) bash > $(COMPDIR)/lb