dmake: install htmlreport

This commit is contained in:
Daniel Marjamäki 2013-10-12 12:26:27 +02:00
parent 21c537e8d7
commit ee325008c4
1 changed files with 2 additions and 1 deletions

View File

@ -373,7 +373,8 @@ int main(int argc, char **argv)
fout << "\tctags -R --exclude=doxyoutput .\n\n";
fout << "install: cppcheck\n";
fout << "\tinstall -d ${BIN}\n";
fout << "\tinstall cppcheck ${BIN}\n\n";
fout << "\tinstall cppcheck ${BIN}\n";
fout << "\tinstall htmlreport/cppcheck-htmlreport ${BIN}\n\n";
fout << "\n###### Build\n\n";