lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 5f3d9c468fe9df2c5a8d4c6907dfd46b68ae80bd
parent 0bef296d16f73dd51f163659392425630c1ccfdb
Author: Sean Enck <sean@ttypty.com>
Date:   Wed, 28 Jun 2023 18:39:31 -0400

remove install target

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

diff --git a/Makefile b/Makefile @@ -25,7 +25,3 @@ clean: .runci: rm -rf .git make build check VERSION=$(GITHUB_SHA) - -install: - install -Dm755 $(TARGET) $(BINDIR)/lb - $(TARGET) bash > $(COMPDIR)/lb