summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-05-01 18:26:02 +0200
committerThomas Reufer <thomas@reufer.ch>2014-05-01 18:26:02 +0200
commita0c540b2dd3da65f27640f27c4b12bf09ed9417b (patch)
tree6017209fc417344a9eb687e5649bf81ee5f8a010 /Makefile
parente4483e3f1fdda592f61738027d62b54966fbdbb2 (diff)
downloadvdr-plugin-rpihddevice-a0c540b2dd3da65f27640f27c4b12bf09ed9417b.tar.gz
vdr-plugin-rpihddevice-a0c540b2dd3da65f27640f27c4b12bf09ed9417b.tar.bz2
added cppcheck as Makefile target and code clean up based on cppcheck's results
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3012449..8ef9efc 100644
--- a/Makefile
+++ b/Makefile
@@ -142,3 +142,6 @@ clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
$(MAKE) --no-print-directory -C $(ILCDIR) clean
+.PHONY: cppcheck
+cppcheck:
+ @cppcheck --language=c++ --enable=all -v -f .