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