blob: 6746dd67b5579e33702f1bbb99fbbdec370291dc (
plain)
1
2
3
4
5
6
7
8
|
HOW TO BUILD EXAMPLES
=====================
Every example has a dedicated folder inside `examples` directory. To build an
example, you must execute `make` specifying the target platform. For example:
$ cd examples/some-example
$ make PLATFORM=my-platform
|