summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-11 23:18:45 -0500
committerJeff Carr <[email protected]>2024-10-11 23:18:45 -0500
commit3636bc167090ede51f1edb1ac3f82ba0bbe1808f (patch)
tree2e31d2b0b418f075361c1761524b59aba7611e14 /Makefile
parente35b47fd5f098be0a7a9c4615cd1e7858251ae99 (diff)
persistant and dumps out vms
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d00510..1d8fded 100644
--- a/Makefile
+++ b/Makefile
@@ -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: