go-chart/Makefile

18 lines
295 B
Makefile
Raw Normal View History

2016-07-23 07:43:27 +02:00
all: test
2018-10-12 18:23:30 +02:00
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
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
2018-10-12 18:26:46 +02:00
coverage:
@coverage