diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 04:58:45 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 04:58:45 -0600 |
| commit | 7fc97cd1e9792ab487d30e97a0aa29c15b9c8f14 (patch) | |
| tree | f93ece9d43b8922ed9f72b8cf89be7adb5b4f452 | |
| parent | 0a38ebfd4780d5010952e5e34bbf9edd79e317ef (diff) | |
defualt build is quietv0.21.4
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ build: -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" verbose: - GO111MODULE=off go build -v -x \ + GO111MODULE=off go build -v -x -work \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: |
