Add BL2CK as standalone folder to preserve old links

This commit is contained in:
lifehackerhansol 2023-08-13 22:54:51 -07:00
parent a742b68bee
commit e3aa94f7bb
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E

20
archive/BL2CK/Makefile Normal file
View File

@ -0,0 +1,20 @@
.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory BL2CK_1.30.4.zip BL2CK_1.30.4_Amaze3DS.zip extdata
directory:
mkdir -p $(OUT)/$(BASE)
BL2CK_1.30.4.zip: directory
cd $(COMMON)/BL2CK/BL2CK_1.30.4 && zip -r $(OUT)/$(BASE)/$@ *
BL2CK_1.30.4_Amaze3DS.zip: directory
cd $(COMMON)/BL2CK/BL2CK_1.30.4_Amaze3DS && zip -r $(OUT)/$(BASE)/$@ *
extdata: directory
cp amazekard.com_FWUpdate_1.4.2.nds amazekard.png $(OUT)/$(BASE)