If multiple targets are specified for a make recipe and using several parallel jobs, the recipe will be run multiple times:
https://stackoverflow.com/questions/61937812/makefile-executes-the-same-recipe-twice-when-using-multiple-jobs
Try to implement a solution that works without "grouped target", not available for all make versions.
If multiple targets are specified for a make recipe and using several parallel jobs, the recipe will be run multiple times:
https://stackoverflow.com/questions/61937812/makefile-executes-the-same-recipe-twice-when-using-multiple-jobs
Try to implement a solution that works without "grouped target", not available for all make versions.