From 99a0dc04a56b05495c5d1c9c264cb6b38341af14 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 5 Jul 2020 13:55:27 +0200 Subject: [PATCH] Use a fixed TARGET --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df15b18..8681568 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 := Flappy-Bird_GX2 BUILD := build SOURCES := src \ src/fs \