diff options
| author | Jeff Carr <[email protected]> | 2025-03-12 07:54:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-12 07:54:03 -0500 |
| commit | a024c9ece14d3097b3f72f2dc831444afd695d86 (patch) | |
| tree | 30f7a5ea7c40b81e3c7e57605ff5d0a8e733217f /Makefile | |
| parent | c2f796de1e07e59bb379fa4e0a222bc13dcfe571 (diff) | |
attempting to pass off the socket
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
