1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00

added make install

refs #205
This commit is contained in:
Carlos Alexandro Becker 2017-04-22 09:41:12 -03:00
parent a65f3694a3
commit d861194301
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -40,6 +40,8 @@ ci: lint test ## Run all the tests and code checks
build: ## Build a beta version of releaser
go build -o goreleaser ./cmd/goreleaser/main.go
install: ## Install the binary into $GOPATH/bin
go install ./cmd/...
# Absolutely awesome: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
help: