fix issue #148
This commit is contained in:
parent
841c5c6afe
commit
3b83f184ea
@ -7,10 +7,7 @@ all: build
|
|||||||
|
|
||||||
build: srndv2
|
build: srndv2
|
||||||
|
|
||||||
assert-go:
|
srndv2:
|
||||||
test $(VERSION) = go1.9
|
|
||||||
|
|
||||||
srndv2: assert-go
|
|
||||||
GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) build -ldflags "-X srnd.GitVersion=-$(shell git rev-parse --short HEAD)" -v
|
GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) build -ldflags "-X srnd.GitVersion=-$(shell git rev-parse --short HEAD)" -v
|
||||||
|
|
||||||
srndv2-lua:
|
srndv2-lua:
|
||||||
|
Reference in New Issue
Block a user