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