From 767380abd080682f2e13d8d41633c0f600b8f616 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 12 Mar 2025 13:16:05 -0500 Subject: the forgotten patch --- Makefile | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d753ca0..79e4927 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ nogui: ./zookeeper --gui nocui gocui: build + ./zookeeper --gui gocui + +gocui-debugging: build ./zookeeper --gui gocui >/tmp/forge.log 2>&1 build: goimports vet @@ -60,15 +63,3 @@ http-toogle-ZOOD: http-list-machines: curl --silent http://localhost:8080/list - -http-ConfigSave: - curl --silent http://localhost:8080/save - -http-set-zood-target: - curl --silent "http://localhost:8080/target?package=zood&version=v0.0.8" - -http-upgrade-hpdev2.grid.wit.com: - curl --silent "http://localhost:8080/upgrade?hostname=hpdev2.grid.wit.com" - -http-upgrade-mirrors.wit.com: - curl --silent "http://localhost:8080/upgrade?hostname=mirrors.wit.com" -- cgit v1.2.3