DEV Community

Discussion on: Streamline your projects using Makefile

 
mjgs profile image
Mark Smith

It’s not clear to me what this means:

printing the recipe to your stdout

Are you saying that adding the @ causes make to suppress command output to stdout? Or is it that make doesn’t print the step name to stdout? Or something else?

It might be more obvious with some example make output.

Thread Thread
 
yankee profile image
Yankee Maharjan

Doing is knowing, so just try it out first!

Thread Thread
 
mjgs profile image
Mark Smith

Honestly I didn’t make it to the end of the article, I stopped after the second round of confusion.

Some comments have been hidden by the post's author - find out more