diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 00:50:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 00:50:20 -0500 |
| commit | 043386b95b7b6d44c98a47e40520626ce590d852 (patch) | |
| tree | 2f20be1a6178fcdce08b29eb3ca63206e250436b /Makefile | |
| parent | 279c0d0e6ca94a7a323fd2778bf090d7dff8ceb5 (diff) | |
GPL
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ install: goimports vet plugin GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" +gemini: + GO111MODULE=off go install \ + -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" + install-raw: goimports vet plugin go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" |
