From 17c6dc3ae43e6f5fbbb19d203bf25a65338769b5 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 25 Jul 2017 16:55:38 -0500 Subject: [PATCH] Run `touch vendor` in `make vendor` so that `dep ensure` is only run when needed. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c3b61d55d..b064c7ce0 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ ifndef DEP make dep endif dep ensure + touch vendor Gopkg.lock: dep Gopkg.toml dep ensure