diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 05:03:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 05:03:12 -0500 |
| commit | 2d5506b5fafd6eea6401ab3b253820c528882574 (patch) | |
| tree | 4fe7bba9a9f5f9af57fdcb4945d9e5b0f0b964a4 /Makefile | |
| parent | fabf425958a25bc3b83104aad25cad8adbe31a89 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ recover: make goimports make build -build: +build: goimports vet GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" # autogen uses autogen to build. keep a working copy somewhere |
