aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 6493ccaaa03a9687deed6573a3fc6d0393f5d9a6 (plain) (tree)
1
2
3
4
5
6
7

                

                              


                           
.PHONY: all test

all:
	go build -o telegabber

test:
	go test -v ./config