Skip to content

Commit

Permalink
update makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicerobot committed Mar 1, 2018
1 parent 3f4df21 commit aacf215
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 @@ -5,13 +5,13 @@ PROJECT_URL := "https://github.com/gomatic/$(APP_NAME)"
SOURCES = $(wildcard *.go)

.PHONY : $(SOURCES)
.PHONY : all
.PHONY : all release build vet test
.PHONY : help
.DEFAULT_GOAL := help

PREFIX ?= usr/local

all: release tests ## Make everything
all: release vet test ## Make everything

build: # BUild darwin
goreleaser --config .goreleaser-darwin.yml --debug --rm-dist --skip-publish --skip-validate
Expand Down

0 comments on commit aacf215

Please sign in to comment.