mirror of
https://github.com/Team-Neptune/DeepSea-Cleaner.git
synced 2025-02-17 03:37:41 +00:00
🏗️ Makefile will now generate zip file.
This commit is contained in:
parent
e11ad6ff06
commit
084e19796a
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@ build/
|
||||
*.elf
|
||||
*.npdm
|
||||
*.nso
|
||||
*.nsp
|
||||
*.nsp
|
||||
*.zip
|
5
Makefile
5
Makefile
@ -161,6 +161,11 @@ all: $(BUILD)
|
||||
$(BUILD):
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
|
||||
@mkdir -p $(CURDIR)/temp/atmosphere/010000000000DA7A/flags
|
||||
@touch $(CURDIR)/temp/atmosphere/010000000000DA7A/flags/boot2.flags
|
||||
@cp $(TARGET).nsp $(CURDIR)/temp/atmosphere/010000000000DA7A/exefs.nsp
|
||||
@cd $(CURDIR)/temp/ && zip -q -r $(CURDIR)/$(TARGET).zip . && cd $(CURDIR)
|
||||
@rm -rf $(CURDIR)/temp
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user