diff options
| author | Jeff Carr <[email protected]> | 2025-03-12 15:10:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-12 15:34:07 -0500 |
| commit | 687e97ab09980560baa45cd2f55ab9d01bbaa741 (patch) | |
| tree | 6f732e5790ce3693555a7f3fff8a318c29ba93ad /Makefile | |
| parent | 767380abd080682f2e13d8d41633c0f600b8f616 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -7,7 +7,7 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M) # REDOMOD = $(shell if [ -e go.mod ]; then echo go.mod; else echo no go mod; fi) REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE= go mod init; GO111MODULE= go mod tidy; fi) -all: goimports gocui +all: goimports gocui-debugging # ./zookeeper vet: @@ -21,7 +21,7 @@ gocui: build ./zookeeper --gui gocui gocui-debugging: build - ./zookeeper --gui gocui >/tmp/forge.log 2>&1 + ./zookeeper --gui gocui --gui-file ~/go/src/go.wit.com/toolkits/gocui/gocui.so >/tmp/forge.log 2>&1 build: goimports vet GO111MODULE=off go build -v -x \ @@ -63,3 +63,6 @@ http-toogle-ZOOD: http-list-machines: curl --silent http://localhost:8080/list + +http-uptime: + curl --silent http://localhost:8080/uptime |
