From 95c55b0388ed1e240fcfe61a7d3f77ad83f7a1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20G=C3=A4hwiler?= Date: Tue, 8 Sep 2020 14:39:40 +0200 Subject: [PATCH] added build script --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1bd4233..4115b9d 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,7 @@ all: go fmt . go vet . golint . + +build: + go build -o handlauf-macos . + env GOOS=linux GOARCH=amd64 go build -o handlauf-linux