Verbose build
This commit is contained in:
parent
4f18747255
commit
18866d893c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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/
|
||||
|
|
Loading…
Reference in a new issue