aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: d7fe2096c6b3854275c0c4860d3f8ad01ecadbd5 (plain) (tree)
1
2
3
4
5
6
7






                                               
install:
	go get -u github.com/golang/dep/cmd/dep
	dep ensure
	go get github.com/aktau/github-release

clean:
	rm -rf vendor