mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
information on Makefile structure
This commit is contained in:
parent
0790f78103
commit
5935f2a8c6
|
@ -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.
|
Loading…
Reference in a new issue