Skip to content

Commit

Permalink
Derp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Aug 16, 2024
1 parent 6a4cdcb commit 0515152
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion archive/Ace3DS+_R4iLS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels

package: directory Ace3DS+_R4iLS_Wood_R4_1.62.zip extdata
package: directory old Ace3DS+_R4iLS_Wood_R4_1.62.zip extdata

directory:
mkdir -p $(OUT)/$(BASE)
Expand All @@ -15,5 +15,8 @@ Ace3DS+_R4iLS_Wood_R4_1.62.zip: directory
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
cd $(TOPDIR); rm -rf tmp

old: directory
make -C $@

extdata: directory
cp ace3dsplus.jpg README.txt $(OUT)/$(BASE)
Binary file added archive/Ace3DS+_R4iLS/old/ace3dsplus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion archive/Gateway_Blue/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels

package: directory Gateway_Blue_Wood_R4_1.62.zip extdata
package: directory old Gateway_Blue_Wood_R4_1.62.zip extdata

directory:
mkdir -p $(OUT)/$(BASE)
Expand All @@ -15,5 +15,8 @@ Gateway_Blue_Wood_R4_1.62.zip: directory
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
cd $(TOPDIR); rm -rf tmp

old: directory
make -C $@

extdata: directory
cp README.txt $(OUT)/$(BASE)

0 comments on commit 0515152

Please sign in to comment.