Skip to content

Commit

Permalink
Always run $(BASE) after vendor in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Jul 26, 2017
1 parent 17bcbd1 commit 938f992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ M = $(shell printf "\033[34;1m▶\033[0m")
export GOPATH:=$(GOPATH)

.PHONY: all
all: fmt lint vendor | $(BASE) sigupdate sigserver
all: fmt lint vendor $(BASE) sigupdate sigserver

$(BASE): ; $(info $(M) setting GOPATH…)
@mkdir -p $(GOPATH)/src/github.com
Expand Down

0 comments on commit 938f992

Please sign in to comment.