makefile : clang-tidy impl - to improve

This commit is contained in:
_N3m0 2023-11-22 15:38:13 +01:00
parent e65df0d266
commit eed2f9a692
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ clean :
check : check :
cppcheck --enable=all --suppress=missingIncludeSystem $(foreach I,$(INCDIRS),-I$(I)) . cppcheck --enable=all --suppress=missingIncludeSystem $(foreach I,$(INCDIRS),-I$(I)) .
flawfinder . flawfinder .
clang-tidy $(SRC) $(shell find . -name "*.h" -path "./include/*")
debug : $(BIN) debug : $(BIN)
gdb $< $(input) gdb $< $(input)