From 66dc8d1f615af0ceb7ac285b707f17987a5fef46 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 14 Dec 2024 13:11:58 -0600 Subject: add argv.URL --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77ad3a6..a3b993c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ all: build ./zood --version ./zood -build: +build: goimports GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" @@ -45,3 +45,6 @@ git-clone: http-list-packages: curl --silent http://localhost:2521/list?hostname=zookeeper.wit.com + +localhost: + ./zood --port 2232 --url "http://localhost:2233" -- cgit v1.2.3