From b18bf5906e64899d8b45ae2956c4e427010aa58b Mon Sep 17 00:00:00 2001 From: Florian Schmaus <flow@cs.fau.de> Date: Mon, 1 Mar 2021 08:31:09 +0100 Subject: [PATCH] [Makefile] Add 'tidy' target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e8d9aa05..f66fcb8f 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ -- GitLab