From 6ee4fb7a0a85412698ee56baa95137a283da42ec Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Fri, 8 Dec 2017 09:52:55 +0900 Subject: [PATCH] add --update-vendored flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c6d3b6..6875f13 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ glide: $(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/glide installdeps: glide $(SRC_FILES) @echo "Installing dependencies..." - @$(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/glide install + @$(INTERNAL_BIN_DIR)/$(THIS_GOOS)/$(THIS_GOARCH)/glide install --update-vendored build-windows-amd64: @$(MAKE) build GOOS=windows GOARCH=amd64 SUFFIX=.exe