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