Merge pull request #22 from d0k3/patch-1

Fix Ninjhax output name and icon usage
This commit is contained in:
mtheall 2015-08-20 13:47:38 -05:00
commit 80f2ea0417

View File

@ -26,7 +26,7 @@ include $(DEVKITARM)/3ds_rules
# - icon.png
# - <libctru folder>/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