Home

Awesome

bb: the awk build system

Your scientists were so preoccupied with whether they could, they didn’t stop to think if they should.

ABOUT

bb demonstrates a working build system written in GNU awk, to organize build steps for awk projects.

EXAMPLE

$ cd example

$ ./bb
bzz bzz

$ ./bb help
Usage: bb [<task> [<task> [<task> ...]]]

Tasks:

* all
* help
* test

CONFIGURATION

Tasks are implemented with awk functions.

Task trees are implemented with functions that call other functions.

That's it.

REQUIREMENTS

SEE ALSO

🐝