Why GNU Make always says `target’ is up to date

The GNU make expects the rule target to be files by default. That’s why it first checks the presense of a file/directory with the name specified in the rule. Read Full Article.

Leave a Comment