1
0
Fork 0

Change target var in makefile

This commit is contained in:
Toast 2024-03-11 13:01:25 +01:00
parent e73933de03
commit 024d9f7ef6

View file

@ -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