add check target to makefile using cppcheck
This commit is contained in:
parent
9a27a68f4a
commit
2bcb0c7926
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -11,6 +11,9 @@ clean:
|
|||
if test -e ".sconf_temp/"; then rm -r ".sconf_temp/"; fi
|
||||
if test -e ".sconsign.dblite"; then rm ".sconsign.dblite"; fi
|
||||
|
||||
check:
|
||||
cppcheck --enable=all -I include */*.cpp
|
||||
|
||||
uninstall:
|
||||
python scons/scons.py uninstall
|
||||
|
||||
|
|
Loading…
Reference in a new issue