I have recently (last week) restarted programming in C (gcc using Cygwin) after many years of Delphi programming. I am busy looking through code for embedded applications, which I must maintain & develop.
I understand the flow of most of it, but there is one reference in the makefile that I cannot understand, and no amount of googling has answered the question.
What does this mean:
I know what #include is, and what it does ...Code:!include
Thanks for your patience.

