telegabber/Makefile
2019-10-22 22:56:11 +03:00

7 lines
75 B
Makefile

.PHONY: all test
all:
go build -o telegabber
test:
go test -v ./config