give the testbed the *good* hb logo

This commit is contained in:
zetaPRIME 2017-05-10 14:16:40 -04:00
parent 4e766d765d
commit 7928e56475
2 changed files with 2 additions and 2 deletions

View File

@ -165,14 +165,14 @@ cci: $(TARGET)-strip.elf
@echo "built ... sf2d_sample.3ds" @echo "built ... sf2d_sample.3ds"
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
cia: $(TARGET)-strip.elf cia: $(TARGET)-strip.elf
@makerom -f cia -o $(TARGET).cia -elf $(TARGET)-strip.elf -rsf resources/$(TARGET).rsf -icon $(TARGET).smdh -banner resources/banner.bnr -exefslogo -target t @makerom -f cia -o $(TARGET).cia -elf $(TARGET)-strip.elf -rsf resources/$(TARGET).rsf -icon $(TARGET).smdh -banner resources/banner.bnr -logo resources/logo.bcma.lz -exefslogo -target t
@echo "built ... $(TARGET).cia" @echo "built ... $(TARGET).cia"
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
send: $(BUILD) send: $(BUILD)
@3dslink $(TARGET).3dsx || 3dslink $(TARGET).3dsx || 3dslink $(TARGET).3dsx || 3dslink $(TARGET).3dsx || 3dslink $(TARGET).3dsx @3dslink $(TARGET).3dsx || 3dslink $(TARGET).3dsx || 3dslink $(TARGET).3dsx || 3dslink $(TARGET).3dsx || 3dslink $(TARGET).3dsx
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
send-cia: $(TARGET)-strip.elf send-cia: $(TARGET)-strip.elf
@makerom -f cia -o $(TARGET).cia -elf $(TARGET)-strip.elf -rsf resources/$(TARGET).rsf -icon $(TARGET).smdh -banner resources/banner.bnr -exefslogo -target t @makerom -f cia -o $(TARGET).cia -elf $(TARGET)-strip.elf -rsf resources/$(TARGET).rsf -icon $(TARGET).smdh -banner resources/banner.bnr -logo resources/logo.bcma.lz -exefslogo -target t
@sockme $(TARGET).cia $(3DSIP) || sockme $(TARGET).cia $(3DSIP) || sockme $(TARGET).cia $(3DSIP) @sockme $(TARGET).cia $(3DSIP) || sockme $(TARGET).cia $(3DSIP) || sockme $(TARGET).cia $(3DSIP)
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
run: $(BUILD) run: $(BUILD)

Binary file not shown.