(NGC) fix makefile

This commit is contained in:
ToadKing 2013-01-06 15:11:10 -05:00
parent 3f2112d2fd
commit 9290207ede

View File

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