From a83b308300d35a584455984bc2f9c6a44c51a98c Mon Sep 17 00:00:00 2001 From: Ken-Patrick Date: Sun, 16 Jun 2019 15:06:28 +0200 Subject: [PATCH] Fix run-dmake step (#1894) --- tools/dmake.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dmake.cpp b/tools/dmake.cpp index 895700e78..bfbe26931 100644 --- a/tools/dmake.cpp +++ b/tools/dmake.cpp @@ -383,7 +383,7 @@ int main(int argc, char **argv) fout << "generate_cfg_tests: tools/generate_cfg_tests.o $(EXTOBJ)\n"; fout << "\tg++ -isystem externals/tinyxml -o generate_cfg_tests tools/generate_cfg_tests.o $(EXTOBJ)\n"; fout << "clean:\n"; - fout << "\trm -f build/*.o lib/*.o cli/*.o test/*.o tools/*.o externals/*/*.o testrunner dmake cppcheck cppcheck.1\n\n"; + fout << "\trm -f build/*.o lib/*.o cli/*.o test/*.o tools/*.o externals/*/*.o testrunner dmake cppcheck cppcheck.exe cppcheck.1\n\n"; fout << "man:\tman/cppcheck.1\n\n"; fout << "man/cppcheck.1:\t$(MAN_SOURCE)\n\n"; fout << "\t$(XP) $(DB2MAN) $(MAN_SOURCE)\n\n";