From ae8cbd9288ad1ec5482ff26e151c205cfbc189ea Mon Sep 17 00:00:00 2001 From: Eric Stroczynski Date: Mon, 18 Mar 2019 13:38:37 -0700 Subject: [PATCH] revert Makefile change so prow works --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2c8307630ff..1a09f15cdf5 100644 --- a/Makefile +++ b/Makefile @@ -37,13 +37,14 @@ else $(Q)go mod vendor endif -mod-update: +# TODO: change to mod-update once prow CI command has changed. +dep-update: $(Q)go get -u -v clean: $(Q)rm -rf build -.PHONY: all test format mod clean +.PHONY: all test format mod dep-update clean install: $(Q)go install -gcflags "all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" $(BUILD_PATH)