Making the output better

This commit is contained in:
Micheal Wilkinson
2026-03-18 00:44:37 +00:00
parent 981142eb60
commit 19fbe8191d
2 changed files with 11 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ build: clean
@echo "Building notes..."
@mkdir -p _build
go build -o _build/notes -ldflags="-s -w" .
chmod +x ./_build/notes
@echo "Build complete: ./_build/notes"
# Run tests with short output