mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 20:43:36 +01:00
Erf. Large commits always fail.
This commit is contained in:
parent
77ffc24e94
commit
4d0794f899
2 changed files with 2 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -56,8 +56,7 @@ debug-cflags = -m3 -mb -nostdlib -ffreestanding -I debug/include -I \
|
||||||
include -std=c11 -Os -Wall -Wextra
|
include -std=c11 -Os -Wall -Wextra
|
||||||
|
|
||||||
# Specific objects
|
# Specific objects
|
||||||
obj-lib-spec = build/display_font_system.bmp.o \
|
obj-lib-spec = build/display_font_system.bmp.o
|
||||||
build/display_font_terminal.bmp.o
|
|
||||||
obj-std-spec =
|
obj-std-spec =
|
||||||
|
|
||||||
# Configuration files
|
# Configuration files
|
||||||
|
|
|
@ -68,6 +68,7 @@ the storage folder of the fxSDK:
|
||||||
When explicitly running target `all`, the following additional files will be
|
When explicitly running target `all`, the following additional files will be
|
||||||
generated in the working directory:
|
generated in the working directory:
|
||||||
* `gintdemo.g1a`, a test application
|
* `gintdemo.g1a`, a test application
|
||||||
|
* `gintdbg.g1a`, a non-gint application used for debugging in case gint crashes
|
||||||
|
|
||||||
The usual `clean`, `mrproper`, and `distclean` rules will clean the directory.
|
The usual `clean`, `mrproper`, and `distclean` rules will clean the directory.
|
||||||
There are configuration options, which can be obtained using
|
There are configuration options, which can be obtained using
|
||||||
|
|
Loading…
Reference in a new issue