From a024c9ece14d3097b3f72f2dc831444afd695d86 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 12 Mar 2025 07:54:03 -0500 Subject: attempting to pass off the socket --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cdec0f0..1b8cb25 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) all: proto build - ./gus --config /etc/gus/gus.text + @#./gus --config /etc/gus/gus.text + ./gus --me gocui: build ./gus --gui gocui --config /etc/gus/gus.text >/tmp/gocui.log 2>&1 -- cgit v1.2.3