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 .