From 9bf7fd696ecbe93c1febeba767f1e21dc39511d8 Mon Sep 17 00:00:00 2001 From: Mark D Horn Date: Thu, 27 Feb 2020 16:17:53 -0800 Subject: [PATCH] Fix to the makefile outside of git repo Signed-off-by: Mark D Horn --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7e8c491..9efe372 100644 --- a/Makefile +++ b/Makefile @@ -416,6 +416,7 @@ clean: @rm -rf ${LOCAL_GOPATH}/{bin,src} @git clean -fdXq else +clean: @go clean -modcache @rm -rf ${LOCAL_GOPATH}/{bin,src} endif