diff options
| author | Jeff Carr <[email protected]> | 2024-10-23 00:54:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-23 00:54:37 -0500 |
| commit | 889e7bb259a1cbc421671c9ea9ff21c7479b6122 (patch) | |
| tree | 3826dc26b7c1cca4d9bd37cc9c507c688da9e883 /Makefile | |
| parent | 62d406e0de0fcfe373ae45ed8920dc8a9e3e1034 (diff) | |
keep removing old junk
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,8 +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 --start jcarr + ./virtigo start-all-droplets: curl --silent http://localhost:8080/start?start=git.wit.org |
