From 074f195f7b7c94ee0407a2795a5927790cfe11cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 7 Oct 2013 21:36:34 +0200 Subject: [PATCH] make install: install cppcheck-htmlreport as well. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b2b3ac15b..113969c39 100644 --- a/Makefile +++ b/Makefile @@ -234,6 +234,7 @@ tags: install: cppcheck install -d ${BIN} install cppcheck ${BIN} + install htmlreport/cppcheck-htmlreport ${BIN} ###### Build