AtomBuild / atom-build-make

GNU Make plugin for atom-build
MIT License
13 stars 19 forks source link

Allow modifying number of jobs #10

Closed noseglid closed 8 years ago

noseglid commented 8 years ago

Make supports running a lot of stuff in parallel by setting the jobs flag (-j). Do this, and set it to a configurable value which defaults to the number of cores available on the system.

Fixes #1