Make compilation more verbose

This commit is contained in:
Jan Dittberner 2017-04-22 14:36:05 +02:00
parent 5a449926f4
commit eec8620e49

View file

@ -3,7 +3,7 @@ BUILD := $(shell date --iso-8601=seconds --utc)
GOFILES := $(wildcard *.go)
cacert-boardvoting: ${GOFILES}
go build -o $@ -ldflags "-X 'main.version=${VERSION}' -X 'main.build=${BUILD}'"
go build -o $@ -x -ldflags " -X 'main.version=${VERSION}' -X 'main.build=${BUILD}'"
clean:
rm -f cacert-boardvoting