From a07a0a5e98a32a3a118eff508e7af593a935b986 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 8 Apr 2025 23:56:08 +0000 Subject: [PATCH] add verbose falg to make build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 731bd7d..0d23955 100644 --- a/Makefile +++ b/Makefile @@ -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 .