Skip to content

Commit

Permalink
Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Apr 1, 2023
1 parent e513264 commit bae3a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3dsloader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ makearm9:

dist: all
@mkdir -p ../7zfile/debug
@cp $(TARGET).nds ../7zfile/3ds-bootstrap-release.nds
@cp $(TARGET).nds ../7zfile/_nds/3ds-bootstrap-release.nds
@cp $(TARGET).arm7.elf ../7zfile/debug/$(TARGET).arm7.elf
@cp $(TARGET).arm9.elf ../7zfile/debug/$(TARGET).arm9.elf

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ clean:
@rm -rf "$(PACKAGE)/DSi - CFW users/SDNAND root/title/00030015/53524c41/content/00000000.app"
@rm -rf "$(PACKAGE)/DSi - CFW users/SDNAND root/title/00030015/534c524e/content/00000000.app"
#@rm -rf "$(PACKAGE)/_nds/TWiLightMenu/akmenu.srldr"
@rm -rf "$(PACKAGE)/_nds/TWiLightMenu/3dsloader.srldr"
@rm -rf "$(PACKAGE)/_nds/3ds-bootstrap-release.nds"
@rm -rf "$(PACKAGE)/_nds/TWiLightMenu/gbapatcher.srldr"
@rm -rf "$(PACKAGE)/_nds/TWiLightMenu/dsimenu.srldr"
@rm -rf "$(PACKAGE)/_nds/TWiLightMenu/main.srldr"
Expand Down

0 comments on commit bae3a03

Please sign in to comment.