go-chart/Makefile

15 lines
237 B
Makefile
Raw Normal View History

2016-07-23 07:43:27 +02:00
all: test
tools:
@go get -u github.com/blend/go-sdk/_bin/coverage
@go get -u github.com/blend/go-sdk/_bin/profanity
2016-07-23 07:43:27 +02:00
test:
@go test ./...
2016-07-29 01:36:30 +02:00
2018-04-15 21:43:32 +02:00
.PHONY: profanity
profanity:
2018-04-16 01:53:01 +02:00
@profanity -include="*.go,Makefile,README.md"
2018-04-15 21:43:32 +02:00
2016-07-29 01:36:30 +02:00
cover:
@coverage