aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 662ce262f26aba04f1593b6d8458090c69ab6f0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.PHONY: all test

all:
	go build -o telegabber

test:
	go test -v ./config ./ ./telegram ./xmpp/gateway

lint:
	$(GOPATH)/bin/golint ./...