fix(build): remove unused target. (#1183)
This commit is contained in:
parent
7a9a290b36
commit
2fbb97117c
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ GOFMT ?= gofmt "-s"
|
||||
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
|
||||
GOFILES := $(shell find . -name "*.go" -type f -not -path "./vendor/*")
|
||||
|
||||
all: build
|
||||
all: install
|
||||
|
||||
install: deps
|
||||
govendor sync
|
||||
|
Loading…
x
Reference in New Issue
Block a user