1
proto/Makefile

8 lines
180 B
Makefile
Raw Normal View History

2023-12-28 23:45:50 +00:00
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 .