diff options
| author | Jeff Carr <[email protected]> | 2024-10-23 20:17:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-23 20:17:33 -0500 |
| commit | d13ac244ed0143006d9e0ac6f47fcb0543696325 (patch) | |
| tree | b774d992dd5203bf0256a758e689504e1b77123a /Makefile | |
| parent | 37a053dae99e7efb8858ffcc27b19a7b319136ad (diff) | |
working but not working yet
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
