How do I add comments (with echo) in a Makefile so that they\'re printed when ran?
Makefile
Visual C++ nmake has the !message text... preprocessing directive. I have not used GNU make, so I don't if it has it as weel, but quick search shows it has the $(info text...) function.
And inside command blocks you can use echo.
echo