telegabber/Makefile
2019-10-29 03:23:57 +02:00

11 lines
110 B
Makefile

.PHONY: all test
all:
go build -o telegabber
test:
go test -v ./config
lint:
$(GOPATH)/bin/golint ./...