summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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"