summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-14 15:26:11 -0500
committerJeff Carr <[email protected]>2024-10-14 15:26:11 -0500
commit5b47c44fb57a2b99661dba0f6a620c690703b58f (patch)
treeb27ac5ffc278913e442ee908aef486d969debebb /Makefile
parente19465c39f035670f4c368bcee91f6c2135022b4 (diff)
a 'start' event
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 1d8fded..91dbf5b 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 -x -ldflags "-X main.Version=${VERSION} -X gui.GUIVERSION=${VERSION}"
./virtigod --version
- sudo ./virtigod
+ # sudo ./virtigod
# this is for release builds using the go.mod files
release-build: