1
proto/Makefile
2023-12-28 17:45:50 -06:00

8 lines
180 B
Makefile

lint:
buf lint
addlicense -check -f ./legal/header.txt -skip yaml -skip yml -skip xml .
legal: .legal
.legal:
addlicense -f ./legal/header.txt -skip yaml -skip yml -skip xml .