.PHONY: all test all: go build -o telegabber test: go test -v ./config ./ ./telegram lint: $(GOPATH)/bin/golint ./...