fix(build): remove unused target.

This commit is contained in:
Bo-Yi Wu 2017-11-26 14:09:28 +08:00
parent eeb57848ca
commit 8113c68b48

View File

@ -2,7 +2,7 @@ GOFMT ?= gofmt "-s"
PACKAGES ?= $(shell go list ./... | grep -v /vendor/) PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
GOFILES := $(shell find . -name "*.go" -type f -not -path "./vendor/*") GOFILES := $(shell find . -name "*.go" -type f -not -path "./vendor/*")
all: build all: install
install: deps install: deps
govendor sync govendor sync