diff options
| author | Jeff Carr <[email protected]> | 2024-12-14 13:11:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-14 13:11:58 -0600 |
| commit | 66dc8d1f615af0ceb7ac285b707f17987a5fef46 (patch) | |
| tree | 04fdac021e174fd15a0077b384cc62f543671f44 /Makefile | |
| parent | 22d49578c99e7c77ca7f6bd4691e3d88a7cfc7f5 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |
