makefile : clang-tidy impl - to improve
This commit is contained in:
parent
e65df0d266
commit
eed2f9a692
1
Makefile
1
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue