Fix to the makefile outside of git repo

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
This commit is contained in:
Mark D Horn
2020-02-27 16:23:29 -08:00
committed by Mark Horn
parent ec6d983c26
commit 9bf7fd696e
+1
View File
@@ -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