summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-31 11:47:40 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-31 11:47:40 +0100
commit4c8a8a3269c316b6578ffdaaf3c2b5e06eaea135 (patch)
tree56dc09f782d77251b89ab2593493ac0b7c258835 /Makefile
parent6679ad2affe73cca8a318b1da2636f0ca20898c9 (diff)
add cross compilation target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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"