lockbox

password manager
Log | Files | Refs | README | LICENSE

commit ecd373c651d6fc185535460e341bc50dd14f5ac0
parent 767b0765dd6d7622142f8ccb2a1cc33f9799dd0a
Author: Sean Enck <sean@ttypty.com>
Date:   Wed,  8 Mar 2023 19:30:47 -0500

minor clean fixes for makefile

Diffstat:
MMakefile | 2--
Mcmd/vers.txt | 4++--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,5 @@ BUILD := bin/ TARGET := $(BUILD)lb -TESTS := internal/scripts/testing all: $(TARGET) @@ -19,7 +18,6 @@ check: $(TARGET) clean: rm -rf $(BUILD) - make -C $(TESTS) clean .runci: rm -rf .git diff --git a/cmd/vers.txt b/cmd/vers.txt @@ -1 +1 @@ -v1.0.0 -\ No newline at end of file +v1.0.0-1 +\ No newline at end of file