From 7e6a6ddc523e54f84e4b68b1c32c53a9d5ce7c68 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 27 Jun 2020 12:23:56 +0200 Subject: [PATCH] Use a fixed target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8421f34..7c52078 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 := wiiload BUILD := build SOURCES := src \ src/fs \