File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ run-dmake: dmake
304304 ./dmake
305305
306306clean :
307- rm -f build/* .o lib/* .o cli/* .o test/* .o tools/* .o externals/* /* .o testrunner dmake cppcheck cppcheck.exe cppcheck.1
307+ rm -f build/* .cpp build/ * . o lib/* .o cli/* .o test/* .o tools/* .o externals/* /* .o testrunner dmake cppcheck cppcheck.exe cppcheck.1
308308
309309man : man/cppcheck.1
310310
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ int main(int argc, char **argv)
425425 fout << " run-dmake: dmake\n " ;
426426 fout << " \t ./dmake\n\n " ;
427427 fout << " clean:\n " ;
428- fout << " \t rm -f build/*.o lib/*.o cli/*.o test/*.o tools/*.o externals/*/*.o testrunner dmake cppcheck cppcheck.exe cppcheck.1\n\n " ;
428+ fout << " \t rm -f build/*.cpp build/*. o lib/*.o cli/*.o test/*.o tools/*.o externals/*/*.o testrunner dmake cppcheck cppcheck.exe cppcheck.1\n\n " ;
429429 fout << " man:\t man/cppcheck.1\n\n " ;
430430 fout << " man/cppcheck.1:\t $(MAN_SOURCE)\n\n " ;
431431 fout << " \t $(XP) $(DB2MAN) $(MAN_SOURCE)\n\n " ;
You can’t perform that action at this time.
0 commit comments