makefil : gcc analyzer

This commit is contained in:
_N3m0 2023-11-22 15:51:31 +01:00
parent eed2f9a692
commit 40e895d92b
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ check :
cppcheck --enable=all --suppress=missingIncludeSystem $(foreach I,$(INCDIRS),-I$(I)) .
flawfinder .
clang-tidy $(SRC) $(shell find . -name "*.h" -path "./include/*")
gcc -fanalyzer $(SRC) $(FLAGS)
rm a-*.d a.out
debug : $(BIN)
gdb $< $(input)