go-chart/Makefile

18 lines
295 B
Makefile
Raw Normal View History

2016-07-23 01:43:27 -04:00
all: test
2018-10-12 12:23:30 -04: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 01:43:27 -04:00
test:
@go test ./...
2016-07-28 19:36:30 -04:00
2018-04-15 15:43:32 -04:00
.PHONY: profanity
profanity:
2018-04-15 19:53:01 -04:00
@profanity -include="*.go,Makefile,README.md"
2018-04-15 15:43:32 -04:00
2018-10-12 12:26:46 -04:00
coverage:
@coverage