On Sat, 2017-11-11 at 14:23 -0600, Dan Miller wrote: > Is there anyway to have my targets implicitly be remade for any changes > I make to files that I "include"?
There's no way to define such an implicit relationship. You'll have to list some_other.makefile as a prerequisite of any target you want to rebuild when it changes. _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make