mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-08 01:20:31 +03:00
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
|