mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
information on Makefile structure
This commit is contained in:
parent
0790f78103
commit
5935f2a8c6
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue