Is there a way to comment out multiple lines in makefiles like as in C syntax /* */ ?
/* */
I believe the answer is no. The only comment styling I can find is # for each line, or use \ to wrap the first line.