How does this Makefile makes C program without even specifying a compiler?
I was using a Makefile from the book “Advanced Linux Programming (2001)” [code]. It was strange for me to see that GNU make does compile the code correctly, without even specifying a compiler in the Makefile. It’s like baking without any recipe!