From 87f53b432fb9bb097c21bd3e01957d0e0b97de33 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 5 Dec 2024 12:30:18 -0600 Subject: remove gui --- testGui/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testGui/Makefile') 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 -- cgit v1.2.3