File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ run-dmake: dmake
393393 ./dmake
394394
395395clean :
396- rm -f build/* .cpp build/* .o lib/* .o cli/* .o test/* .o tools/* .o externals/* /* .o testrunner dmake cppcheck cppcheck.exe cppcheck.1
396+ rm -f build/* .cpp build/* .o lib/* .o cli/* .o test/* .o tools/dmake/ * .o externals/* /* .o testrunner dmake cppcheck cppcheck.exe cppcheck.1
397397
398398man : man/cppcheck.1
399399
Original file line number Diff line number Diff line change @@ -787,7 +787,7 @@ int main(int argc, char **argv)
787787 fout << " run-dmake: dmake\n " ;
788788 fout << " \t ./dmake" << (release ? " --release" : " " ) << " \n\n " ; // Make CI in release builds happy
789789 fout << " clean:\n " ;
790- 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 " ;
790+ 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 " ;
791791 fout << " man:\t man/cppcheck.1\n\n " ;
792792 fout << " man/cppcheck.1:\t $(MAN_SOURCE)\n\n " ;
793793 fout << " \t $(XP) $(DB2MAN) $(MAN_SOURCE)\n\n " ;
You can’t perform that action at this time.
0 commit comments