Files
mattermost/vendor/github.com/segmentio/analytics-go/Makefile
2016-09-06 19:51:27 -03:00

11 lines
117 B
Makefile

vet:
@godep go vet ./...
build:
@godep go build
test:
@godep go test -race -cover ./...
.PHONY: vet build test