telegabber/Makefile
2019-11-14 22:11:04 +02:00

11 lines
131 B
Makefile

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