DDexterinbinarytales.hashnode.dev·Mar 29 · 1 min readSilence the makefile recipeMakefile 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 device00