blob: d201986076c0c2daa36a6c6442389ae6c19cea5d (
plain) (
blame)
1
2
3
4
5
6
|
Bam is a fast and flexible build system. Bam uses Lua to describe the build
process. It 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.
WWW: http://matricks.github.com/bam/
|