summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f34a9b..d2e4ecf 100644
--- a/Makefile
+++ b/Makefile
@@ -128,5 +128,5 @@ dist: $(I18Npo) clean
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ $(PODIR)/*.mo $(PODIR)/*.pot
-cppcheck: $(OBJS)
+cppcheck:
@cppcheck --enable=information,style,unusedFunction -v -f $(OBJS:%.o=%.c)