diff --git a/Makefile.3ds b/Makefile.3ds index cc6c675..8deb9e3 100644 --- a/Makefile.3ds +++ b/Makefile.3ds @@ -26,7 +26,7 @@ include $(DEVKITARM)/3ds_rules # - icon.png # - /default_icon.png #--------------------------------------------------------------------------------- -TARGET := $(notdir $(CURDIR)) +TARGET := ftbrony BUILD := build SOURCES := source DATA := data @@ -35,6 +35,7 @@ INCLUDES := include APP_TITLE := ftBRONY APP_DESCRIPTION := Like ftPONY but magical. APP_AUTHOR := mtheall +ICON := ftbrony.png #--------------------------------------------------------------------------------- # options for code generation