I store a few lines in an .inc file that periodically changes. I used .inc because several scripts use this same info. Is there a way to have the scripts automatically recompile if the .inc info changes? (I know I can create a script with the “compile” command and hardcode the names of the scripts in it, but is there a more efficient way to do this.)