From 5b47c44fb57a2b99661dba0f6a620c690703b58f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 14 Oct 2024 15:26:11 -0500 Subject: a 'start' event Signed-off-by: Jeff Carr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3