diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 02:40:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 02:40:24 -0500 |
| commit | 89c9b46f8b06c882dbc60d2cdf4c19b50397acbc (patch) | |
| tree | 1a7213fff73f0d9b7fcef82bc24be7348a66b745 /Makefile | |
| parent | 8ab09243500576460a9e5b12cae0b997933d6577 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ build: goimports vet -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: goimports vet + GO111MODULE=off go install \ + -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" + +install-verbose: goimports vet GO111MODULE=off go install -v -x \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" |
