aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 9a4145d3f39076d22d61e1a48cd9fbc75ffee02a (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                

                              

     
                                         


                                  
.PHONY: all test

all:
	go build -o telegabber

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

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