diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 12:30:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 12:30:18 -0600 |
| commit | 87f53b432fb9bb097c21bd3e01957d0e0b97de33 (patch) | |
| tree | ae651220b9e198c3067373dae7cfdfb14c762c1d /testGui/Makefile | |
| parent | 2f33fc86488202b4df04e94da9fff29bbf079103 (diff) | |
remove guiv0.0.8
Diffstat (limited to 'testGui/Makefile')
| -rw-r--r-- | testGui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testGui/Makefile b/testGui/Makefile index 9f03282..dbbe743 100644 --- a/testGui/Makefile +++ b/testGui/Makefile @@ -2,11 +2,12 @@ VERSION = $(shell git describe --tags) GUIVERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -all: build +all: goimports build build: GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" + ./testGui vet: GO111MODULE=off go vet |
