Scroll to navigation

BAM(1) User Commands BAM(1)

NAME

bam - fast and flexible build system

DESCRIPTION

usage: bam [<options>] [<variables>=<values>] [<targets>]

Execution:
abort build on first error
executes specified lua file and exits
clean targets
force build
build targets that is dependent given targets
dry run, don't run any jobs
sets the number of threads to use (default: auto, -v will show it)
script file to use (default: bam.lua)
Lua:
print local variables in backtrace
print backtrace when an error occurs
Output:
build progress report format (default: s) b = progress bar c = use ansi colors s = build steps
be verbose
Other:
don't use cache
ignore script timestamp
prints this help
prints debugging options

bam version 0.5.1 using Lua 5.3.3

October 2018 bam