I've found this question which is basically asking the same, but got no real answer.
Where is the make
's config file / database file where it remembers the file timestamps, so it can tell what changed? I checked and there's no .make
or similar in my project, nor in the home directory.
Or does it somehow store the information inside the files themselves, perhaps by modifying the timestamps? (That sounds fishy though)