waku-proto/Makefile
2022-11-11 02:07:03 +01:00

12 lines
102 B
Makefile

.DEFAULT_GOAL := build
all: lint build
format:
@buf format -w
lint:
@buf lint
build:
@buf build