From 80868475d09c0103489ddd144bb983c2bbcaf1f9 Mon Sep 17 00:00:00 2001 From: Thomas Orozco Date: Fri, 8 Feb 2019 13:51:53 +0100 Subject: [PATCH] Update `make deps` to actually just install deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20ded58..19a3a66 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL=/bin/bash .PHONY: deps deps: - dep ensure + dep ensure -vendor-only .PHONY: build build: $(GOFILES)