To build all of the available examples, execute:
$ divina buildThe resulting objects and binaries will be placed into the out/ directory.
To build a single example:
cdinto an example directory:cd examples/greet/$ divina build
The resulting object(s) and binary will be placed into the out/ directory.