(bleh, stupid alt_ios_gen.c)

This commit is contained in:
fix94.1 2012-10-10 17:42:23 +00:00
parent cca5f4559e
commit 197e5dc1d3

View File

@ -162,7 +162,8 @@ DEPENDS := $(OFILES:.o=.d)
# main targets # main targets
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
$(OUTPUT).dol: $(OUTPUT).elf $(OUTPUT).dol: $(OUTPUT).elf
$(OUTPUT).elf: $(OFILES) $(OUTPUT).elf: $(OFILES) alt_ios_gen.o
$(BUILD)/alt_ios_gen.o: alt_ios_gen.c
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# This rule links in binary data with the .txt extension # This rule links in binary data with the .txt extension