information on Makefile structure

This commit is contained in:
Corwin Kuiper 2021-03-06 18:04:22 +00:00
parent 0790f78103
commit 5935f2a8c6

View file

@ -13,4 +13,9 @@ examples as documentation.
* Nightly rust, probably quite a recent version.
* Devkitarm.
This is probably easiest to do in a container.
This is probably easiest to do in a container.
## Makefile
The Makefile is written such that `make d-{example name}` runs the debug build
of the example, and `make r-{example name}` runs the release build.