mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-09 07:18:34 -04:00
N64: Try to fix not compiling anymore
This commit is contained in:
parent
f172c913c2
commit
2dc30e8859
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user