Skip to content

Commit

Permalink
Readded GW Launcher.dat to the release archive
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Jun 6, 2016
1 parent 7003070 commit 43c2208
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,14 @@ brahma: submodules a9lh

release:
@rm -fr $(BUILD) $(OUTPUT_D) $(RELEASE)
@-make --no-print-directory gateway
@-make --no-print-directory cakerop
@rm -fr $(BUILD) $(OUTPUT).bin $(OUTPUT).elf $(CURDIR)/$(LOADER)/data
@make --no-print-directory brahma
@[ -d $(RELEASE) ] || mkdir -p $(RELEASE)
@[ -d $(RELEASE)/$(TARGET) ] || mkdir -p $(RELEASE)/$(TARGET)
@[ -d $(RELEASE)/scripts ] || mkdir -p $(RELEASE)/scripts
@-cp $(OUTPUT_D)/Launcher.dat $(RELEASE)
@cp $(OUTPUT).bin $(RELEASE)
@-cp $(OUTPUT).dat $(RELEASE)
@-cp $(OUTPUT).nds $(RELEASE)
Expand Down

0 comments on commit 43c2208

Please sign in to comment.