aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 6ea87f9b236e6e7d304baead98b952b51bbad70d (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 ./persistence

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