Man Linux: Main Page and Category List

NAME

       bam - A fast and flexible build system

SYNOPSIS

       bam - [options]

DESCRIPTION

       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.

OPTIONS

       -c     Clean. Removes all output files for the specified targets

       -f     Force. Forces all files  to  be  dirty  and  causes  a  complete
              rebuild.

       -b filename
              Base  script.  Specifices  the base script to use instead of the
              builtin.

       -s filename
              Script. Specifices the bam file to use.

       -j X   Use X threads when building. (EXPRIMENTAL!)

       -v     Verbose. Prints all commands that bam executes.

       --dry  Dry run. Does not do anything except  load  the  scripts.  Don’t
              build any targets.

SEE ALSO

       On your system: /usr/share/doc/bam

       Homepage at: http://teeworlds.com/trac/bam/wiki

       Please  report  all  bugs  to  the  Debian  Bug  Tracking  System (see:
       http://www.debian.org/Bugs)

AUTHORS

       Magnus Auvinen Magnus Auvinen (C) 2008