telegabber/Makefile

11 lines
181 B
Makefile

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