1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Added cppcheck target into Makefile.

This commit is contained in:
Rolf Ahrenberg
2011-06-15 17:49:15 +03:00
parent 99d6c0f207
commit bf3fc70d2d
5 changed files with 10 additions and 5 deletions

View File

@@ -130,3 +130,6 @@ dist: $(I18Npo) clean
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ $(PODIR)/*.mo $(PODIR)/*.pot
cppcheck: $(OBJS)
@cppcheck --enable=information,style,unusedFunction -v -f $(OBJS:%.o=%.c)