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)