telegabber/Makefile

11 lines
139 B
Makefile

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