diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 02:03:34 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 02:03:34 +0100 |
| commit | 505454e4a79dc816649f2c54d4faf0fadbde3e21 (patch) | |
| tree | d1929c6f134420d83695532aa7346f225052406f /Makefile | |
| parent | d3bca025bc983aa8d704770b03508a1f332582f9 (diff) | |
add help.txt
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |
