summaryrefslogtreecommitdiff
path: root/Makefile
blob: e6a23bc3a307d465e5c1872b589785279fa04c1a (plain)
1
2
3
4
5
6
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'