]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/DreamItGetIT/statuscake/makefile
vendor: github.com/hashicorp/terraform/...@v0.10.0
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / DreamItGetIT / statuscake / makefile
CommitLineData
9b12e4fe
JC
1.PHONY: default lint test
2
3default: lint test
4
5lint:
6 @golint ./...
7 @go vet ./...
8
9test:
10 go test ${GOTEST_ARGS} ./...
11