mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Remove legacy entrypoints from release goal
This commit is contained in:
parent
a27bd1f82d
commit
d97e754593
18
Makefile
18
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)/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user