make
make copied to clipboard
--bg background flag
bake target --bg
When defined the --bg option should tell bake to try to spawn recipe in background (using ... &)
It should work with jobs, bg and fg commands. If it's not doable, it should define bake {jobs, bg, fg} and manage the processes.