From 667635e2958343987c5603180a6e957c33f2a33d Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 3 May 2017 19:48:11 +0100 Subject: [PATCH] Release: fix Makefile Latest refactoring fubar-ed Makefile.release. Fix the Linux build target. --- Makefile.release | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.release b/Makefile.release index 4c95dc5b9..5b73b9293 100644 --- a/Makefile.release +++ b/Makefile.release @@ -61,6 +61,7 @@ build: build-arm build-darwin build-linux .PHONY: build-linux build-linux: @echo Building: linux $(VERSION) + mkdir -p build/Linux && CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o build/Linux/$(NAME) .PHONY: build-darwin build-darwin: