diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ install: - go install github.com/buetow/gstat/gstat + go install github.com/buetow/gotop/gotop run: - go run gstat/main.go + go run gotop/main.go docu: install - sh -c '($(GOPATH)/bin/gstat -h 2>&1)|sed 1d > help.txt;exit 0' + sh -c '($(GOPATH)/bin/gotop -h 2>&1)|sed 1d > help.txt;exit 0' |
