I set my computer's date to 1 year in the future, make a change to main.c
, and recompile my project with make
.
I set my computer's date back to the real date, however make
now thinks that the file was last modified 1 year in the future.
I can no longer make a change to main.c
and have make
recognize it, unless I set my date to the future.
Is there a way to reset make
's dependency dates?