Comment on Show HN: Makedown – A Markdown powered Makefile alternativeparentComments−Izkata1yMake itself doesn’t depend on sh to my knowledgeRecipes are run through sh by default, though it can be overridden to anything using the SHELL variable (including, say, python).
Comments
Recipes are run through sh by default, though it can be overridden to anything using the SHELL variable (including, say, python).