4 lines
165 B
Makefile
4 lines
165 B
Makefile
|
cpplint:
|
||
|
cpplint --repository=. --recursive --filter=-whitespace/line_length,-legal/copyright,-runtime/printf,-build/include,-build/namespace ./src
|
||
|
.PHONY: cpplint
|