update go mod, add verbose to make build

This commit is contained in:
2025-04-08 23:58:54 +00:00
parent 455ed353c6
commit 38849c1c41
2 changed files with 18 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ build: clean
@echo "======================== Building Binary ======================="
# resolve symbolic links in web by copying it into dist/web/
cp -rL web/ dist/web/
CGO_ENABLED=0 go build -ldflags="-s -w" -o dist/ .
CGO_ENABLED=0 go build -ldflags="-s -w" -v -o dist/ .
test: clean
go run .