Skip to content

Commit 6ed63ed

Browse files
Make one build with “nightly” Makefile recipe
1 parent 940be0b commit 6ed63ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,8 @@ dist: all
140140
# @tar -cvjf hbmenu-$(VERSION).tar.bz2 hbmenu testfiles README.md COPYING -X exclude.lst
141141

142142
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
143+
@rm -f $(CURDIR)/$(BIN)/$(TARGET)-nightly.nds
144+
@cp $(OUTPUT) $(CURDIR)/$(BIN)/$(TARGET)-nightly.nds
147145

148146
$(OUTPUT): $(BIN) arm7/$(TARGET).elf arm9/$(TARGET).elf
149147
ndstool -c $(OUTPUT) -7 arm7/$(TARGET).elf -9 arm9/$(TARGET).elf \

0 commit comments

Comments
 (0)