diff options
| author | Jeff Carr <[email protected]> | 2024-12-19 10:31:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-19 10:31:42 -0600 |
| commit | 8f9b66f6c8565f08e18098e330dfe73c22592b9f (patch) | |
| tree | 672c89ed98e4f08a04f35329d1b4779dadeb6575 /going2git | |
| parent | c5fb46c60d4a0383e0e3586bd2d4968e8a8907b7 (diff) | |
blobby
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: |
