waku-proto/Makefile

12 lines
102 B
Makefile
Raw Normal View History

2022-11-11 02:07:03 +01:00
.DEFAULT_GOAL := build
all: lint build
format:
@buf format -w
lint:
@buf lint
build:
@buf build