Silence the makefile recipe
Makefile is made up of recipes. Running a recipe in make, prints the recipe and also the output of every command in the recipe. Recipe can be implemented by re-directing the output to /dev/null device
binarytales.hashnode.dev1 min read