diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 11:47:40 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 11:47:40 +0100 |
| commit | 4c8a8a3269c316b6578ffdaaf3c2b5e06eaea135 (patch) | |
| tree | 56dc09f782d77251b89ab2593493ac0b7c258835 /Makefile | |
| parent | 6679ad2affe73cca8a318b1da2636f0ca20898c9 (diff) | |
add cross compilation target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
