From a37337ae9f631dcdd75ffffd11ac6aaf74e92725 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 5 Jul 2020 13:24:35 +0200 Subject: [PATCH] Use a fixed TARGET name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3601fcd..80a4b0f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ include $(DEVKITPRO)/wut/share/wut_rules # DATA is a list of directories containing data files # INCLUDES is a list of directories containing header files #------------------------------------------------------------------------------- -TARGET := $(notdir $(CURDIR)) +TARGET := launchiine BUILD := build SOURCES := src \ src/fs \