summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a05035..e6a23bc 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,5 @@ install:
go install github.com/buetow/gstat/gstat
run:
go run gstat/main.go
+docu: install
+ sh -c '($(GOPATH)/bin/gstat -h 2>&1)|sed 1d > help.txt;exit 0'