fix(build): remove unused target. (#1183)

This commit is contained in:
Bo-Yi Wu 2018-01-24 11:06:42 +08:00 committed by GitHub
parent 7a9a290b36
commit 2fbb97117c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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