Add ./include to cppcheck
This commit is contained in:
parent
6225947044
commit
69f83da173
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -132,7 +132,7 @@ LIBS = $(NETBEANSBUILD)
|
|||
|
||||
# Uncomment one of the following to select an output format
|
||||
#CHECKFLAGS = --template="{file},{line},{severity},{id},{message}"
|
||||
CHECKFLAGS += --quiet --enable=all --error-exitcode=1 --check-level=exhaustive --enable=all
|
||||
CHECKFLAGS += --quiet --enable=all --error-exitcode=1 --check-level=exhaustive --enable=all -I./include
|
||||
#CHECKFLAGS = --enable=all --error-exitcode=1
|
||||
|
||||
debug release: DIRS $(APP)
|
||||
|
|
|
|||
Loading…
Reference in a new issue