diff --git a/Makefile b/Makefile index 40ab407..fc7832c 100644 --- a/Makefile +++ b/Makefile @@ -160,17 +160,17 @@ brahma: submodules binary 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 firm + #@-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).firm $(RELEASE) + #@-cp $(OUTPUT).dat $(RELEASE) + #@-cp $(OUTPUT).nds $(RELEASE) + #@-cp $(OUTPUT).3dsx $(RELEASE)/$(TARGET) + #@-cp $(OUTPUT).smdh $(RELEASE)/$(TARGET) @cp $(CURDIR)/README.md $(RELEASE) @-7z a $(RELEASE)/$(TARGET)-`date +'%Y%m%d-%H%M%S'`.zip $(RELEASE)/*