produce KIP file as well, just not in sdcard_out

This commit is contained in:
jugeeya 2019-07-21 20:43:50 -07:00
parent e9482b98b2
commit d8589ba97e

View File

@ -173,7 +173,7 @@ DEPENDS := $(OFILES:.o=.d)
#---------------------------------------------------------------------------------
# main targets
#---------------------------------------------------------------------------------
all : $(OUTPUT).pfs0 $(OUTPUT).nsp $(OUTPUT).nro
all : $(OUTPUT).pfs0 $(OUTPUT).nsp $(OUTPUT).nro $(OUTPUT).kip
$(OUTPUT).pfs0 : $(OUTPUT).nso
@ -193,6 +193,10 @@ endif
$(OUTPUT).elf : $(OFILES)
$(OUTPUT).kip : $(OUTPUT).elf
@elf2kip $< $(OUTPUT).json $@
@echo built ... $(notdir $@)
#---------------------------------------------------------------------------------
# you need a rule like this for each extension you use as binary data
#---------------------------------------------------------------------------------