From de2155df7c09f2f464964c06537e82b39ce5a423 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (europa)" Date: Sun, 31 May 2015 11:06:43 +0100 Subject: rename to gotop --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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' -- cgit v1.2.3