From 31c8c96c827c46e219e928e66d542e9c8f65bc6e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Mar 2025 09:41:53 -0500 Subject: try to listen --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ded075..466aee7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M) all: portmap.pb.go goimports vet build ./gus --version - ./gus --gui gocui >/tmp/gocui.log 2>&1 + ./gus --no-gui + # ./gus --gui gocui >/tmp/gocui.log 2>&1 build: goimports GO111MODULE=off go build -v -x \ -- cgit v1.2.3