matricks / bam

Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It's takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.
http://matricks.github.com/bam
Other
146 stars 47 forks source link

Parallel make with -j option #98

Closed winterheart closed 8 years ago

winterheart commented 8 years ago

Fixed compilation with make -jN option.

hasufell commented 8 years ago

There were a few other flaky things along the way, please merge https://github.com/matricks/bam/pull/101 instead