aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 047de5283b9a35b7c072bbce0a483e1fbec9fd5f (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

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