Sample project structure
  • [SUITE]
    • <PROJECT>
      • bin
      • dep
        • [SUITE]
        • [PROJECT]
        • [LINK]
      • include
      • lib
      • obj
      • source
        • dep
        • include
        • c
        • cplusplus

Download example: MySuite.tar.bz2

Example
~/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