8 lines
75 B
Makefile
8 lines
75 B
Makefile
.PHONY: all test
|
|
|
|
all:
|
|
go build -o telegabber
|
|
|
|
test:
|
|
go test -v ./config
|