diff --git a/Makefile b/Makefile index 86d1ac0..de81f13 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ VPKG=dynatron.me/x/stillbox/internal/version VER!=git describe --tags --always --dirty BUILDDATE!=date '+%Y%m%d' LDFLAGS=-ldflags="-X '${VPKG}.Version=${VER}' -X '${VPKG}.Built=${BUILDDATE}'" +GOFLAGS=-v all: checkcalls go build -o stillbox ${GOFLAGS} ${LDFLAGS} ./cmd/stillbox/