lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 42285481fc8545308fdd28008de5cf0a1aa07108
parent 76c289333893fc7e32d534999d89f2942025f278
Author: Sean Enck <sean@ttypty.com>
Date:   Mon, 27 Mar 2023 22:06:37 -0400

better clean target

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

diff --git a/Makefile b/Makefile @@ -20,7 +20,8 @@ check: $(TARGET) unittests make -C tests clean: - rm -rf $(BUILD) + @rm -rf $(BUILD) tests/bin + @find internal/ -type f -name "*.kdbx" -delete .runci: rm -rf .git