Y
Hacker News
new
|
ask
|
show
|
jobs
by
sciencerobot
2232 days ago
The shell is specific to each target. So doing `make ruby bash python docker` works. It even works in parallel if you do `make -j`.
Edit: I'm the author.
1 comments
mehrdadn
2232 days ago
And what happens if there's overlap between the targets?
link
rhencke
2232 days ago
Define 'overlap'?
link
mehrdadn
2231 days ago
What if they have a common prerequisite?
link