diff --git a/Makefile b/Makefile index 811f113..756601c 100644 --- a/Makefile +++ b/Makefile @@ -163,16 +163,16 @@ release: @rm -fr $(BUILD) $(OUTPUT_D) $(RELEASE) @$(MAKE) --no-print-directory binary @$(MAKE) --no-print-directory firm - #@-make --no-print-directory cakerop - #@-make --no-print-directory brahma + @-make --no-print-directory cakerop + @-make --no-print-directory brahma @[ -d $(RELEASE) ] || mkdir -p $(RELEASE) - #@[ -d $(RELEASE)/$(TARGET) ] || mkdir -p $(RELEASE)/$(TARGET) + @[ -d $(RELEASE)/$(TARGET) ] || mkdir -p $(RELEASE)/$(TARGET) @cp $(OUTPUT).bin $(RELEASE) @cp $(OUTPUT).firm $(RELEASE) - #@-cp $(OUTPUT).dat $(RELEASE) - #@-cp $(OUTPUT).nds $(RELEASE) - #@-cp $(OUTPUT).3dsx $(RELEASE)/$(TARGET) - #@-cp $(OUTPUT).smdh $(RELEASE)/$(TARGET) + @-cp $(OUTPUT).dat $(RELEASE) + @-cp $(OUTPUT).nds $(RELEASE) + @-cp $(OUTPUT).3dsx $(RELEASE)/$(TARGET) + @-cp $(OUTPUT).smdh $(RELEASE)/$(TARGET) @cp $(CURDIR)/README.md $(RELEASE) @cp $(CURDIR)/HelloScript.gm9 $(RELEASE) @cp -R $(CURDIR)/resources/gm9 $(RELEASE)/gm9 @@ -184,7 +184,7 @@ clean: @-$(MAKE) clean --no-print-directory -C CakeHax @-$(MAKE) clean --no-print-directory -C CakesROP @-$(MAKE) clean --no-print-directory -C BrahmaLoader - @rm -fr $(BUILD) $(OUTPUT_D) $(RELEASE) + @-rm -fr $(BUILD) $(OUTPUT_D) $(RELEASE) #---------------------------------------------------------------------------------