summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-12 00:17:26 -0500
committerJeff Carr <[email protected]>2024-10-12 00:17:26 -0500
commit5fcb83a1a2387e155ea314af865614b9bf237fce (patch)
treef0e16614c3aa9d7852d3a5ac6903e09ccaca119e /Makefile
parentb689239cd3b1471f663f49608fcc8a6feb0a3c8a (diff)
the beginning of something
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98c75d6..ce95f92 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE=
all:
GO111MODULE=off go build -v -ldflags "-X main.Version=${VERSION} -X gui.GUIVERSION=${VERSION}"
./virtigo --version
- ./virtigo --hosts farm01,farm02,farm03
+ ./virtigo --hosts farm01 farm02 farm03
# this is for release builds using the go.mod files
release-build:
@@ -33,4 +33,5 @@ clean:
git-clone:
go-clone --recursive --go-src --no-work go.wit.com/apps/go-clone
go-clone --recursive --go-src --no-work go.wit.com/apps/virtigo
+ go-clone --recursive --go-src --no-work go.wit.com/apps/gowebd
go-clone --recursive --go-src --no-work go.wit.com/lib/daemons/virtigod