Rename add-in from "test" to "racing"

This commit is contained in:
duarteapcoelho 2022-09-19 10:30:50 +01:00
parent 505b6c5068
commit 7b484c0255
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ INCLUDES := include
# options for code and add-in generation
#---------------------------------------------------------------------------------
MKG3AFLAGS := -n basic:test -i uns:../unselected.bmp -i sel:../selected.bmp
MKG3AFLAGS := -n basic:racing -i uns:../unselected.bmp -i sel:../selected.bmp
# Optional: add -flto to CFLAGS and LDFLAGS to enable link-time optimization
# (LTO). Doing so will usually allow the compiler to generate much better code