telegabber/Makefile

8 lines
75 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