mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-04 15:13:11 +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
|