add check target to makefile using cppcheck

This commit is contained in:
Dane Springmeyer 2011-04-03 04:29:22 +00:00
parent 9a27a68f4a
commit 2bcb0c7926

View file

@ -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