Download example: MySuite.tar.bz2
~/my_project$ build
Recompiles modified files in the current project.
~/my_project$ build --all
Recursively conditionally recompiles all dependencies and then the current project.
~/my_project$ build --all --force
Recursively recompiles all dependencies and then the current project.
Download source: build-0.9.2rc1.tar.bz2