Add "cppcheck" Makefile target.

This commit is contained in:
Dianne Skoll
2023-02-07 11:16:29 -05:00
parent 6de98d1357
commit 4248b9c624

View File

@@ -71,6 +71,9 @@ install-stripped: install
clean:
rm -f *.o *~ core *.bak $(PROGS)
cppcheck:
cppcheck --force --enable=all --suppress=variableScope --suppress=ConfigurationNotChecked *.c
clobber:
rm -f *.o *~ remind rem2ps test.out core *.bak