N64: Try to fix not compiling anymore

This commit is contained in:
UnknownShadow200 2024-12-25 10:55:13 +11:00
parent f172c913c2
commit 2dc30e8859

View file

@ -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)