Make compilation more verbose
This commit is contained in:
parent
5a449926f4
commit
eec8620e49
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue