diff options
| author | Jeff Carr <[email protected]> | 2024-10-12 00:17:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-12 00:17:26 -0500 |
| commit | 5fcb83a1a2387e155ea314af865614b9bf237fce (patch) | |
| tree | f0e16614c3aa9d7852d3a5ac6903e09ccaca119e /Makefile | |
| parent | b689239cd3b1471f663f49608fcc8a6feb0a3c8a (diff) | |
the beginning of something
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
