Makefile Command Echoing/Silencing
Add an @
before a command to stop it from being printed
You can also run make with -s
to add an @
before each line
Add an @
before a command to stop it from being printed
You can also run make with -s
to add an @
before each line