mirror of
https://dev.narayana.im/narayana/telegabber.git
synced 2026-08-05 04:07:07 +00:00
7 lines
75 B
Makefile
7 lines
75 B
Makefile
.PHONY: all test
|
|
|
|
all:
|
|
go build -o telegabber
|
|
|
|
test:
|
|
go test -v ./config
|