Skip to content

Commit

Permalink
Remove the make image target
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinar committed Jun 5, 2018
1 parent 00dafa2 commit 8f92117
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ fetch: ## Fetch the dependencies
help: ## Get help
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-10s\033[0m %s\n", $$1, $$2}'

.PHONY: image
image: ## Build the docker image
docker build . -t elwinar/rambler --no-cache

.PHONY: release
release: ## Build the release files
xgo --targets=$(TARGETS) --ldflags=$(LDFLAGS) $(PKG)
Expand Down

0 comments on commit 8f92117

Please sign in to comment.