From 2dc30e8859741df33b26f963b596d65f6dc22055 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Wed, 25 Dec 2024 10:55:13 +1100 Subject: [PATCH] N64: Try to fix not compiling anymore --- misc/n64/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/n64/Makefile b/misc/n64/Makefile index 93fc4a2ec..f8fcbfe9e 100644 --- a/misc/n64/Makefile +++ b/misc/n64/Makefile @@ -2,7 +2,8 @@ BUILD_DIR = build-n64 SOURCE_DIR = src N64_ROM_TITLE = "ClassiCube" N64_ROM_RTC = true -TARGET := ClassiCube-n64 +TARGET = ClassiCube-n64 +N64_MKDFS_ROOT = "misc/n64" CFILES := $(notdir $(wildcard src/*.c)) OFILES := $(CFILES:.c=.o)