From 43c2208826128f0dc5ee2f79624d1a44775ada2a Mon Sep 17 00:00:00 2001 From: d0k3 Date: Tue, 7 Jun 2016 00:07:44 +0200 Subject: [PATCH] Readded GW Launcher.dat to the release archive --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4cac668..d61caf4 100644 --- a/Makefile +++ b/Makefile @@ -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)