We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940be0b commit 6ed63edCopy full SHA for 6ed63ed
Makefile
@@ -140,10 +140,8 @@ dist: all
140
# @tar -cvjf hbmenu-$(VERSION).tar.bz2 hbmenu testfiles README.md COPYING -X exclude.lst
141
142
nightly: $(OUTPUT)
143
- @rm -f $(CURDIR)/$(BIN)/nightly-bootstrap.nds
144
- @rm -f $(CURDIR)/$(BIN)/nightly-bootstrap-sdk5.nds
145
- @cp $(OUTPUT) $(CURDIR)/$(BIN)/nightly-bootstrap.nds
146
- @cp $(OUTPUT) $(CURDIR)/$(BIN)/nightly-bootstrap-sdk5.nds
+ @rm -f $(CURDIR)/$(BIN)/$(TARGET)-nightly.nds
+ @cp $(OUTPUT) $(CURDIR)/$(BIN)/$(TARGET)-nightly.nds
147
148
$(OUTPUT): $(BIN) arm7/$(TARGET).elf arm9/$(TARGET).elf
149
ndstool -c $(OUTPUT) -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf \
0 commit comments