mirror of
https://github.com/status-im/matterbridge.git
synced 2025-01-13 07:44:52 +00:00
11 lines
94 B
Makefile
11 lines
94 B
Makefile
|
.PHONY: ring test doc
|
||
|
|
||
|
ring: test doc
|
||
|
|
||
|
test:
|
||
|
go fmt
|
||
|
go test -v
|
||
|
|
||
|
doc:
|
||
|
godocdown > README.md
|