On Fri, 2025-02-21 at 18:12 -0600, Jacob Bachmeyer wrote: > Does GNU Make not recognize rules that declare dependencies of > makefiles? Presumably the makefile could include a rule: > Makefile: CMakefile > $(CMAKE) ...
You're 100% right, of course. I clearly had not had my morning tea when I wrote that. (although it would be "CMakeLists.txt" :)... and it would be a list of prerequisites since CMake files usually include other CMake files.)