summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-18 07:40:06 -0500
committerJeff Carr <[email protected]>2024-10-18 07:40:06 -0500
commitc9ccf688c27749dfbab31004b6258dbb759962b2 (patch)
treed35d7dc4b621bf3a282604f6cd2fe9b331813af7 /Makefile
parent14dadbcf3ce8d732354d2c4ef30f3374f80950f9 (diff)
start simple xml handling
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8450c66..b3133ae 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
./virtigo --start jcarr
start-all-droplets: