scream/vendor/src/github.com/yuin/gopher-lua/Makefile

11 lines
236 B
Makefile

.PHONY: build test
build:
./_tools/go-inline *.go && go fmt . && go build
glua: *.go pm/*.go cmd/glua/glua.go
./_tools/go-inline *.go && go fmt . && go build cmd/glua/glua.go
test:
./_tools/go-inline *.go && go fmt . && go test