Browse Source

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

Bo-Yi Wu 7 years ago
parent
commit
2fbb97117c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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