diff options
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" |
