makefil : gcc analyzer
This commit is contained in:
parent
eed2f9a692
commit
40e895d92b
2
Makefile
2
Makefile
|
@ -84,6 +84,8 @@ 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/*")
|
clang-tidy $(SRC) $(shell find . -name "*.h" -path "./include/*")
|
||||||
|
gcc -fanalyzer $(SRC) $(FLAGS)
|
||||||
|
rm a-*.d a.out
|
||||||
|
|
||||||
debug : $(BIN)
|
debug : $(BIN)
|
||||||
gdb $< $(input)
|
gdb $< $(input)
|
||||||
|
|
Loading…
Reference in New Issue