go-chart/Makefile
Will Charczuk fed210cc81 tweaks
2019-04-24 13:00:46 -07:00

18 lines
No EOL
260 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
test:
@go test ./...
.PHONY: profanity
profanity:
@profanity
coverage:
@coverage