add verbose falg to make build

This commit is contained in:
2025-04-08 23:56:08 +00:00
parent 4ef3f76589
commit a07a0a5e98

View File

@@ -1,7 +1,7 @@
.PHONY: build test clean
build: clean
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 .