This directory contains several Honey examples. To build all examples automatically, follow the instructions below.
A Makefile is provided to automate compilation. To compile all examples:
make
To compile a specific example:
make <example_dir>
The Makefile will skip directories without a mix.exs file.