This commit is contained in:
RocketRobz 2024-08-15 19:38:30 -06:00
parent 6a4cdcb9b0
commit 0515152554
3 changed files with 8 additions and 2 deletions

View File

@ -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)
@ -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 not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -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)
@ -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)