lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 905408041d4a7c195c0952cb02fd6723bd7c760e
parent 6f87a87a3c1f401ef11cde0c58a484918575c73a
Author: Sean Enck <sean@ttypty.com>
Date:   Sun, 12 Mar 2023 10:16:52 -0400

update makefile a bit

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -16,7 +16,7 @@ $(TARGET): cmd/main.go internal/**/*.go go.* internal/cli/completions* unittests: go test -v ./... -check: unittests $(TARGET) +check: $(TARGET) unittests cd tests && ./run.sh clean: