From fec857f17e2dd5cd53257c0bb2e0370921e48b8c Mon Sep 17 00:00:00 2001 From: Kit Swinton Date: Sat, 24 Feb 2024 09:10:43 +1100 Subject: [PATCH] Changed executable name --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a13bcbb..dfecab1 100644 --- a/Makefile +++ b/Makefile @@ -33,9 +33,9 @@ ICON := NITRO := nitrofiles # These set the information text in the nds file -GAME_TITLE := $(shell basename $(CURDIR)) -GAME_SUBTITLE1 := Nitro Engine example -GAME_SUBTITLE2 := github.com/AntonioND/nitro-engine +GAME_TITLE := Kitsch Badge +GAME_SUBTITLE1 := For MFC 2024 +GAME_SUBTITLE2 := #--------------------------------------------------------------------------------- # options for code generation