From b96f3ce26dc518c165f1939be1f5b7ed6f2e8701 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 17 Mar 2025 05:08:46 -0500 Subject: attempt to drain the sockets --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1b8cb25..1caa794 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) -all: proto build +all: proto install @#./gus --config /etc/gus/gus.text - ./gus --me + gus --me gocui: build ./gus --gui gocui --config /etc/gus/gus.text >/tmp/gocui.log 2>&1 @@ -14,7 +14,7 @@ build: goimports vet GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install: +install: goimports vet GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -- cgit v1.2.3