aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: d53a133601b08faa563966045e4d7bef09f5adfb (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

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