From 024d9f7ef6ca536d03bb03ad435e4fedfed05e58 Mon Sep 17 00:00:00 2001 From: Toast Date: Mon, 11 Mar 2024 13:01:25 +0100 Subject: [PATCH] Change target var in makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 632882b..4c80c69 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,8 @@ include $(DEVKITARM)/3ds_rules # - icon.png # - /default_icon.png #--------------------------------------------------------------------------------- -TARGET := $(notdir $(CURDIR)) +# TARGET := $(notdir $(CURDIR)) +TARGET := 3DS-Template BUILD := build SOURCES := source DATA := data