telegabber/Makefile
2020-01-09 23:16:40 +02:00

11 lines
174 B
Makefile

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