Hello list,
Can make provide an option to support C++20 modules, similar to the -MMD -MP option for generating .d files for header files inclusion. So we don't have to list the dependencies manually main.o: x.o y.o z.o x.o: y.o z.o Thanks