summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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'