mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-07 08:33:10 +00:00
12 lines
102 B
Makefile
12 lines
102 B
Makefile
|
|
.DEFAULT_GOAL := build
|
||
|
|
|
||
|
|
all: lint build
|
||
|
|
|
||
|
|
format:
|
||
|
|
@buf format -w
|
||
|
|
|
||
|
|
lint:
|
||
|
|
@buf lint
|
||
|
|
|
||
|
|
build:
|
||
|
|
@buf build
|