From 0a03293d16ca0fc9f493a58748da1c43d35782e4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 1 Sep 2020 23:44:09 +0200 Subject: go-dashboard: go mod/vendor support + termdash text user interface Signed-off-by: Toni Uhlig --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b3d942d1f..f978c5492 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,8 @@ endif examples/go-dashboard/go-dashboard: examples/go-dashboard/main.go ifneq ($(GOCC),) - $(GOCC) build -o examples/go-dashboard/go-dashboard $(GOFLAGS) examples/go-dashboard/main.go + cd examples/go-dashboard && GO111MODULE=on $(GOCC) mod vendor + cd examples/go-dashboard && GO111MODULE=on $(GOCC) build $(GOFLAGS) . endif clean: -- cgit v1.2.3