Archived
1
0
This commit is contained in:
Jeff Becker 2017-10-24 05:35:09 -04:00
parent 841c5c6afe
commit 3b83f184ea
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -7,10 +7,7 @@ all: build
build: srndv2
assert-go:
test $(VERSION) = go1.9
srndv2: assert-go
srndv2:
GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) build -ldflags "-X srnd.GitVersion=-$(shell git rev-parse --short HEAD)" -v
srndv2-lua: