go-chart/Makefile
2019-09-09 21:02:48 -07:00

21 lines
292 B
Makefile

all: test
ci: profanity coverage
new-install:
@go get -v -u ./...
@go get -v -u github.com/blend/go-sdk/cmd/coverage
@go get -v -u github.com/blend/go-sdk/cmd/profanity
generate:
@go generate ./...
test:
@go test ./...
.PHONY: profanity
profanity:
@profanity
coverage:
@coverage