go-chart/Makefile
2018-09-10 13:08:20 -07:00

15 lines
237 B
Makefile

all: test
tools:
@go get -u github.com/blend/go-sdk/_bin/coverage
@go get -u github.com/blend/go-sdk/_bin/profanity
test:
@go test ./...
.PHONY: profanity
profanity:
@profanity -include="*.go,Makefile,README.md"
cover:
@coverage