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

And what happens if there's overlap between the targets?
Define 'overlap'?
What if they have a common prerequisite?