15 lines
371 B
Makefile
15 lines
371 B
Makefile
TEXT_EDITOR_OBJ = \
|
|
text_editor/text_editor.o \
|
|
text_editor/gap_buffer.o \
|
|
holly/video_output.o \
|
|
holly/core.o \
|
|
holly/region_array.o \
|
|
holly/background.o \
|
|
holly/ta_fifo_polygon_converter.o \
|
|
maple/maple.o \
|
|
sh7091/serial.o \
|
|
ter_u20n.data.o
|
|
|
|
text_editor/text_editor.elf: LDSCRIPT = $(LIB)/main.lds
|
|
text_editor/text_editor.elf: $(START_OBJ) $(TEXT_EDITOR_OBJ)
|