diff --git a/Makefile b/Makefile index 3c2f7a8..907b636 100755 --- a/Makefile +++ b/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 diff --git a/README.md b/README.md index 79e9845..e6f748b 100644 --- a/README.md +++ b/README.md @@ -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