(NGC) fix makefile
This commit is contained in:
parent
3f2112d2fd
commit
9290207ede
|
@ -38,7 +38,7 @@ CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE)
|
|||
LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map -T gx/ld/ogc.ld
|
||||
LIBS := -lfat -lretro_ngc -logc
|
||||
|
||||
OBJ = console/griffin/griffin.o console/font.binobj
|
||||
OBJ = console/griffin/griffin.o
|
||||
|
||||
ifeq ($(PERF_TEST), 1)
|
||||
CFLAGS += -DPERF_TEST
|
||||
|
|
Loading…
Reference in New Issue