Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-04 00:20:04 +01:00
parent 665ef94ca9
commit a3202aaff3
17 changed files with 63 additions and 56 deletions

2
build
View file

@ -4,6 +4,6 @@ set -euo pipefail
echo "Building..."
go build -o zet main.go
go build -o zet cmd/zet/main.go
echo "Done."