From eed2f9a692d582fa63335699af946dd2b8399c15 Mon Sep 17 00:00:00 2001 From: _N3m0 Date: Wed, 22 Nov 2023 15:38:13 +0100 Subject: [PATCH] makefile : clang-tidy impl - to improve --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4d2ca35..3c9a782 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,7 @@ clean : check : cppcheck --enable=all --suppress=missingIncludeSystem $(foreach I,$(INCDIRS),-I$(I)) . flawfinder . + clang-tidy $(SRC) $(shell find . -name "*.h" -path "./include/*") debug : $(BIN) gdb $< $(input)