mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
information on Makefile structure
This commit is contained in:
parent
0790f78103
commit
5935f2a8c6
|
@ -14,3 +14,8 @@ examples as documentation.
|
||||||
* Devkitarm.
|
* 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