How to build C examples
-----------------------
### Requirements
You will need the following libraries to build the C examples in this directory.
You can use your OS package manager (brew, apt, pkg, ...) or install them from
source.
- [libev](http://software.schmorp.de/pkg/libev.html)
- [uthash](https://troydhanson.github.io/uthash/)
### Build
Simply run `make` in this directory.
```
% make clean
% make
```