From 3edad9d50e13e140dc0fa1ef1323c7b80e325a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Sat, 5 May 2012 12:30:22 +0300 Subject: Several bugs fixes. Code cleanup. Update history. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 868b76d..95aa908 100644 --- a/Makefile +++ b/Makefile @@ -124,3 +124,7 @@ 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) + -- cgit v1.2.3