Rechercher une page de manuel
bam
Langue: en
Version: 252905 (debian - 07/07/09)
Section: 1 (Commandes utilisateur)
NAME
bam - A fast and flexible build systemSYNOPSIS
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/bamHomepage 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) 2008Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre