Archived
1
0

allow lua stuff and fix it up

This commit is contained in:
Jeff Becker
2017-10-13 07:58:10 -04:00
parent 12bb8c4936
commit c583a03f81
3 changed files with 10 additions and 5 deletions

View File

@@ -13,6 +13,9 @@ assert-go:
srndv2: assert-go
GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) build -ldflags "-X srnd.GitVersion=-$(shell git rev-parse --short HEAD)" -v
srndv2-lua:
GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) build -ldflags "-X srnd.GitVersion=-$(shell git rev-parse --short HEAD)" -tags lua -v
clean:
GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) clean -v