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

Compiling fails if a folder have a . #24

Closed Sworddragon closed 13 years ago

Sworddragon commented 13 years ago

I have a Teeworlds fork in $HOME/.git/teeworlds and bam can't compile Teeworlds in this folder because of the . in the git folder.

Sworddragon commented 13 years ago

Fixed by 53905541eae51c3171fd1984bdf4ba656122c6e7.