mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
N64: Try to fix not compiling anymore
This commit is contained in:
parent
f172c913c2
commit
2dc30e8859
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue