Questions tagged [make]
3 questions
8
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,251
- 11
- 17
2
votes
1 answer
How can I use bash functions in 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…
Joseph
- 45
- 1
- 5
1
vote
3 answers
Is there an image on dockerhub that is able to run make?
When one searches for make on dockerhub multiple images are returned, but none of them seems to be able to run make.
030
- 13,383
- 17
- 76
- 178