Commit 667635e2 authored by Miek Gieben's avatar Miek Gieben

Release: fix Makefile

Latest refactoring fubar-ed Makefile.release. Fix the Linux build
target.
parent edcc0356
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment