diff --git a/Makefile b/Makefile index f3e0357dbf1bf9f9a7c9391bf585d13886a6db36..14cd8430f8278e6f3683307d6debc5f85c7de72a 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,6 @@ debug: rm -f build $(MAKE) build BUILDTYPE=$@ -STATIC_ANALYSIS_NINJA_TARGETS += iwyu - # Meson >= 0.52 will automatically generate a clang-tidy target if a # .clang-tidy file is found. # Source version check: https://stackoverflow.com/a/3732456/194894 @@ -49,7 +47,7 @@ endif fast-static-analysis: all check-format check-license doc .PHONY: static-analysis -static-analysis: fast-static-analysis +static-analysis: fast-static-analysis iwyu $(NINJA) -C build $(STATIC_ANALYSIS_NINJA_TARGETS) .PHONY: smoke-test-suite