From 8113c68b48d8209fc29558b178bb704c4773addb Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 26 Nov 2017 14:09:28 +0800 Subject: [PATCH] fix(build): remove unused target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ba475a4..51a2d191 100644 --- a/Makefile +++ b/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