From d13ac244ed0143006d9e0ac6f47fcb0543696325 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 23 Oct 2024 20:17:33 -0500 Subject: working but not working yet Signed-off-by: Jeff Carr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b24ceee..6f12125 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 -ldflags "-X main.Version=${VERSION} -X gui.GUIVERSION=${VERSION}" ./virtigo --version - ./virtigo + ./virtigo --help xml-add: ./virtigo --add-xml /home/nfs3/xml/*.xml -- cgit v1.2.3