File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ run-dmake: dmake
375375 ./dmake
376376
377377clean :
378- rm -f build/* .cpp build/* .o lib/* .o cli/* .o test/* .o tools/dmake/* .o externals/* /* .o testrunner dmake cppcheck cppcheck.exe cppcheck.1
378+ rm -f build/* .cpp build/* .o lib/* .o cli/* .o frontend/ * .o test/* .o tools/dmake/* .o externals/* /* .o testrunner dmake cppcheck cppcheck.exe cppcheck.1
379379
380380man : man/cppcheck.1
381381
Original file line number Diff line number Diff line change @@ -795,7 +795,7 @@ int main(int argc, char **argv)
795795 fout << " run-dmake: dmake\n " ;
796796 fout << " \t ./dmake" << (release ? " --release" : " " ) << " \n\n " ; // Make CI in release builds happy
797797 fout << " clean:\n " ;
798- fout << " \t rm -f build/*.cpp build/*.o lib/*.o cli/*.o test/*.o tools/dmake/*.o externals/*/*.o testrunner dmake cppcheck cppcheck.exe cppcheck.1\n\n " ;
798+ fout << " \t rm -f build/*.cpp build/*.o lib/*.o cli/*.o frontend/*.o test/*.o tools/dmake/*.o externals/*/*.o testrunner dmake cppcheck cppcheck.exe cppcheck.1\n\n " ;
799799 fout << " man:\t man/cppcheck.1\n\n " ;
800800 fout << " man/cppcheck.1:\t $(MAN_SOURCE)\n\n " ;
801801 fout << " \t $(XP) $(DB2MAN) $(MAN_SOURCE)\n\n " ;
You can’t perform that action at this time.
0 commit comments