Skip to content

jemc/bbb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbb

(Bearable Builder in Bash)

Usage

bin/bbb         # run the 'build' file from the current working directory
bin/bbb FILE    # run the given FILE from its directory
bin/bbb FILE -D # run the given FILE from its directory with debug output

Examples

A simple C example:

bin/bbb examples/c/build   # build the hello_world binary
examples/c/bin/hello_world # run the hello_world binary
bin/bbb examples/c/clean   # clean up all built files

About

Bearable Builder in Bash.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages