diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 09:12:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 09:12:08 -0600 |
| commit | 7b069233955c6f35270f0cb2cb49bf6038c11020 (patch) | |
| tree | 15515a666395193f7f0aebccdc6cc68573267d3a /Makefile | |
| parent | 6c920e0925c5b9db4354c31a693140adf024d88b (diff) | |
add watchdog
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,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}" - #./zood + ./zood ./zood --version # this is for release builds using the go.mod files |
