Questions tagged [make]

4 questions
7
votes
2 answers

How can I make use of bash functions in a makefile?

If I need to use something like NVM in my makefile, I run into a problem, because NVM exports some bash functions that are not available in Make, even if my shell is defined as bash in the makefile. How do I cause make to "inherit" all the parent…
Assaf Lavie
  • 1,241
  • 11
  • 17