From 4c8a8a3269c316b6578ffdaaf3c2b5e06eaea135 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (europa)" Date: Sun, 31 May 2015 11:47:40 +0100 Subject: add cross compilation target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 218bd53..bd0b180 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,5 @@ run: go run gotop/main.go docu: install sh -c '($(GOPATH)/bin/gotop -h 2>&1)|sed 1d > help.txt;exit 0' +cross: + goxc -bc="linux,freebsd" -- cgit v1.2.3