telegabber/Makefile

11 lines
174 B
Makefile
Raw Normal View History

.PHONY: all test
2019-10-22 16:36:54 +00:00
all:
go build -o telegabber
test:
go test -v ./config ./ ./telegram ./xmpp/gateway ./persistence ./telegram/formatter
2019-10-29 01:23:57 +00:00
lint:
$(GOPATH)/bin/golint ./...