save an old copy for go-deb
This commit is contained in:
parent
b2597a337c
commit
f0922a73f3
1
Makefile
1
Makefile
|
@ -24,6 +24,7 @@ build: goimports vet plugin
|
|||
install: goimports vet 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
|
||||
|
||||
install-raw: goimports vet plugin
|
||||
go install \
|
||||
|
|
Loading…
Reference in New Issue