Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Makefile to force compilation of certain files

I include __TIME__ and __DATE__ strings in some files (main.c & commands.c) - I want these files to be recompiled everytime even if they

are not changed. I am using teh standard makefile structure. How can I do this?

Related