summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-09 09:41:53 -0500
committerJeff Carr <[email protected]>2025-03-09 09:41:53 -0500
commit31c8c96c827c46e219e928e66d542e9c8f65bc6e (patch)
tree3397eca3df5ed383e27ff6e4c445d84ba8f29456 /Makefile
parent2495995e6e50be78e8501eeeaf1a1b7cf067e6ae (diff)
try to listenv0.0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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 \