telegabber/Makefile
2019-12-05 23:21:07 +02:00

11 lines
153 B
Makefile

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