diff options
| author | Jeff Carr <[email protected]> | 2024-10-11 23:18:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-11 23:18:45 -0500 |
| commit | 3636bc167090ede51f1edb1ac3f82ba0bbe1808f (patch) | |
| tree | 2e31d2b0b418f075361c1761524b59aba7611e14 /Makefile | |
| parent | e35b47fd5f098be0a7a9c4615cd1e7858251ae99 (diff) | |
persistant and dumps out vms
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE= all: GO111MODULE=off go build -v -x -ldflags "-X main.Version=${VERSION} -X gui.GUIVERSION=${VERSION}" ./virtigod --version + sudo ./virtigod # this is for release builds using the go.mod files release-build: |
