Skip to content

Commit

Permalink
makefile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 16, 2017
1 parent 2849d4b commit f532a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ lint: ## Run all the linters

ci: lint test ## Run all the tests and code checks

build: ## Build a beta version of releaser
go build
build: ## Build a beta version
go build -o example ./cmd/main/main.go

# Absolutely awesome: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
help:
Expand Down

0 comments on commit f532a2c

Please sign in to comment.