diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 09:11:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 09:11:11 -0600 |
| commit | bef6d6c911acacceeef8390c8e8d9d91584f7a61 (patch) | |
| tree | 68788a646f150aacf4c6861e05c31e111c712c70 /Makefile | |
| parent | dcf9f72264f99babcddd8f2ece3ce88b11966032 (diff) | |
realtime git clone. go.work paths work again
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ build-go-1.21: @# GO111MODULE=off go build -v -ldflags "-X main.GUIVERSION=${VERSION}" install: - GO111MODULE="off" go install -v + GO111MODULE=off go install -v \ + -ldflags "-X main.VERSION=${VERSION} -X gui.GUIVERSION=${VERSION}" goimports: goimports -w *.go |
