From 5fcb83a1a2387e155ea314af865614b9bf237fce Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 12 Oct 2024 00:17:26 -0500 Subject: the beginning of something Signed-off-by: Jeff Carr --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3