summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-31 11:06:43 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-31 11:06:43 +0100
commitde2155df7c09f2f464964c06537e82b39ce5a423 (patch)
tree47592766668d0dfddf138d7a69959d4738d81bc2 /Makefile
parent7915db90f82fa7693de998b5c1dae6e5bc0c253e (diff)
rename to gotop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e6a23bc..218bd53 100644
--- a/Makefile
+++ b/Makefile
@@ -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'