SyntaxFix
Write A Post
Hire A Developer
Questions
I am going to answer my own question.
I added the following lines of code to my Makefile and it fixed the "clock skew" problem:
clean: find . -type f | xargs touch rm -rf $(OBJS)