Move accounts into rove-server.internal
This commit is contained in:
parent
9ccb7ac019
commit
46f81abbd7
5 changed files with 6 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ VERSION := $(shell git describe --always --long --dirty --tags)
|
|||
build:
|
||||
@echo Running no-output build
|
||||
go mod download
|
||||
go build -ldflags="-X 'github.com/mdiluz/rove/pkg/version.Version=${VERSION}'" ./...
|
||||
go build -ldflags="-X 'github.com/mdiluz/rove/cmd/version.Version=${VERSION}'" ./...
|
||||
|
||||
install:
|
||||
@echo Installing to GOPATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue