diff options
| author | Jeff Carr <[email protected]> | 2025-03-06 07:50:10 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-06 07:54:56 -0600 |
| commit | 14ee66fe6ac3fc995ee04b4628d2a1bf874d73e1 (patch) | |
| tree | f91ccf5b0aebcf7ea17eefb92275b1ee97cfb9c6 /Makefile | |
| parent | 560162d2b2f97b8c653b62fc2e03d5c838514284 (diff) | |
rm some output
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,11 +12,11 @@ all: build ./zood build: goimports - GO111MODULE=off go build \ + GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: - GO111MODULE=off go install \ + GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" sudo: build |
