diff options
Diffstat (limited to 'going2git')
| -rw-r--r-- | going2git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/going2git/Makefile b/going2git/Makefile index 1e8c9f8..07bcba5 100644 --- a/going2git/Makefile +++ b/going2git/Makefile @@ -5,7 +5,7 @@ BUILDTIME = $(shell date +%s) all: build build: goimports - GO111MODULE=off go build \ + GO111MODULE=off go build -v \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" vet: |
