mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 04:23:36 +01:00
Erf. Large commits always fail.
This commit is contained in:
parent
d852bc3310
commit
0ef89df6e7
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
|
||||
|
||||
# Specific objects
|
||||
obj-lib-spec = build/display_font_system.bmp.o \
|
||||
build/display_font_terminal.bmp.o
|
||||
obj-lib-spec = build/display_font_system.bmp.o
|
||||
obj-std-spec =
|
||||
|
||||
# Configuration files
|
||||
|
|
|
@ -68,6 +68,7 @@ the storage folder of the fxSDK:
|
|||
When explicitly running target `all`, the following additional files will be
|
||||
generated in the working directory:
|
||||
* `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.
|
||||
There are configuration options, which can be obtained using
|
||||
|
|
Loading…
Reference in a new issue