diff options
| author | Jeff Carr <[email protected]> | 2025-08-31 18:26:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-31 18:26:14 -0500 |
| commit | d4e65a581d35f68331f16756ea27d81889d1ea8a (patch) | |
| tree | badd1fdafa12fa8a76705a8f4c6ec5e770b183da | |
| parent | c7a12cbdd3a17196fabedfa6b6d7ab70e1a51439 (diff) | |
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ build: goimports vet plugin GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -install: goimports vet plugin +install: goimports plugin GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" cp -f ~/go/bin/forge ~/go/bin/last.forge # this is a hack so that go-deb can build a .deb file for forge # TODO: remove this |
