summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-31 12:05:46 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-31 12:05:46 +0100
commit7aeff8f423804f543587c58fbc7a9c9c592e244f (patch)
tree0426a2a9a42efba37dfb39ff16e603dda205c19d /Makefile
parent7ce9a3a163eb03fe9c0340d3193a7132a6f1a257 (diff)
works only on linux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd0b180..172b1e7 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,4 @@ run:
docu: install
sh -c '($(GOPATH)/bin/gotop -h 2>&1)|sed 1d > help.txt;exit 0'
cross:
- goxc -bc="linux,freebsd"
+ goxc -bc="linux"