Change target var in makefile
This commit is contained in:
parent
e73933de03
commit
024d9f7ef6
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -31,7 +31,8 @@ include $(DEVKITARM)/3ds_rules
|
||||||
# - icon.png
|
# - icon.png
|
||||||
# - <libctru folder>/default_icon.png
|
# - <libctru folder>/default_icon.png
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
TARGET := $(notdir $(CURDIR))
|
# TARGET := $(notdir $(CURDIR))
|
||||||
|
TARGET := 3DS-Template
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := source
|
SOURCES := source
|
||||||
DATA := data
|
DATA := data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue