From f618eb24e65a63d91fa0a017ab8034920e968e74 Mon Sep 17 00:00:00 2001 From: teru Date: Wed, 13 Dec 2017 15:12:07 +0900 Subject: [PATCH] Added `-vendor-only` flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 407c5ef..21151e1 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ $(DIR_BUILD)/bin/$(THIS_GOOS)_$(THIS_GOARCH)/dep: dep: $(DIR_BUILD)/bin/$(THIS_GOOS)_$(THIS_GOARCH)/dep installdeps: dep - $(DIR_BUILD)/bin/$(THIS_GOOS)_$(THIS_GOARCH)/dep ensure -v + $(DIR_BUILD)/bin/$(THIS_GOOS)_$(THIS_GOARCH)/dep ensure -v -vendor-only build: go build -v -i -ldflags "-X main.gittag=$(GITTAG)" -o $(DIR_BUILD)/mailfull_$(GOOS)_$(GOARCH)/mailfull cmd/mailfull/*.go