diff options
| -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" |
![]() |
index : gotop | |
| A simple disk io stats program programmed in Go for Linux |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 2 |
@@ -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" |