You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/vendor/github.com/CenturyLinkCloud/clc-sdk/Makefile

13 lines
213 B

VERSION=0.1
.PHONY : test cover deps
test:
godep go test ./...
cover:
./cover.sh
deps:
go get github.com/tools/godep
go get golang.org/x/tools/cmd/goimports
go get github.com/mattn/goveralls
godep restore