Skip to content
Snippets Groups Projects
Commit b18bf590 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[Makefile] Add 'tidy' target

parent a1bb4f7a
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,10 @@ check-license:
format: all
$(NINJA) -C build clang-format
.PHONY: tidy
tidy: all
$(NINJA) -C build clang-tidy
PHONY: iwyu
iwyu: all
$(NINJA) -C build $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment