From 0e06e18873ba5e124000c7ed0253022a1cfeecd5 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 27 Jun 2020 12:37:21 +0200 Subject: [PATCH] Use a fixed TARGET --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10647bc..17b4f57 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ WUT_ROOT := $(DEVKITPRO)/wut # DATA is a list of directories containing data files # INCLUDES is a list of directories containing header files #------------------------------------------------------------------------------- -TARGET := $(notdir $(CURDIR)) +TARGET := ftpiiu BUILD := build SOURCES := src src/utils DATA := data