diff options
| author | Jeff Carr <[email protected]> | 2025-08-26 11:12:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-26 11:12:23 -0500 |
| commit | a20e4e0533f1b7ef96a59274f7755ec599038298 (patch) | |
| tree | b5098332e29f2d81cf1ddda22c45a4fb66d62699 | |
| parent | 25e483898fed7f569068612635e3321a3facc37e (diff) | |
work in progress
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -23,6 +23,10 @@ regex: GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" +dumb-build: + go install \ + -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" + install-raw: goimports vet go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" |
