I was wondering…
If you have to specify the MOD files in a clean target, or they get regenerated automatically anytime the .o is recompiled using gfortran (and mingw32-make). I suppose for a complete clean I should make them a target along with the .o files, yes? (Otherwise they could get stale?)
Do you have to specify a .MOD as dependent on it’s corresponding .o to ensure it’s rebuilt when need be?