diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 11:06:43 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 11:06:43 +0100 |
| commit | de2155df7c09f2f464964c06537e82b39ce5a423 (patch) | |
| tree | 47592766668d0dfddf138d7a69959d4738d81bc2 /Makefile | |
| parent | 7915db90f82fa7693de998b5c1dae6e5bc0c253e (diff) | |
rename to gotop
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' |
