TIL: in a Makefile command, use @ as a prefix to avoid printing the command line as it is executed
Make: don't print command-line with @May 26, 2022 ยท Fernando Costa BertoldiTIL: in a Makefile command, use @ as a prefix to avoid printing the command line as it is executed