mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-25 21:22:47 +00:00
Include old entrypoints in the release archive
This commit is contained in:
parent
9f278babc1
commit
3973a24dfa
16
Makefile
16
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)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user