From 686709af5553e2de49497adbb3feba481878a13f Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Thu, 21 Mar 2019 11:56:39 +0100 Subject: [PATCH] fix Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46f569f..2d23f27 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,5 @@ build-docker-image: docker build -t $(DOCKER_IMAGE_NAME) -f _assets/Dockerfile . build-platforms: - xgo -image $(DOCKER_IMAGE_NAME) --dest $(GOBIN) --targets=linux/amd64,windows/amd64 ./cmd/$(BIN_NAME) + xgo -image $(DOCKER_IMAGE_NAME) --dest $(GOBIN) --targets=linux/amd64,windows/amd64 . +