1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 11:36:53 +00:00

Added cppcheck target into Makefile.

This commit is contained in:
Rolf Ahrenberg
2011-06-15 17:50:03 +03:00
parent a840fc9931
commit c408ea1cd9
4 changed files with 18 additions and 9 deletions

View File

@@ -128,3 +128,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)