From 061496f4afe289ab44e4011b00efab38f910e64c Mon Sep 17 00:00:00 2001 From: hunterlong Date: Sat, 21 Mar 2020 05:47:29 -0700 Subject: [PATCH] dist folder fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51633805..ccc7be2d 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ print_details: @echo \==== Monitoring and IDE ==== @echo \Grafana: http://localhost:3000 \(username: admin, password: admin\) -build-all: xgo-install build-mac build-linux build-windows build-linux build-alpine compress +build-all: xgo-install compile build-mac build-linux build-windows build-linux build-alpine compress coverage: test-deps $(GOPATH)/bin/goveralls -coverprofile=coverage.out -service=travis -repotoken $(COVERALLS)