telegabber/Makefile
2019-11-12 20:02:06 +02:00

10 lines
124 B
Makefile

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