flashcard-archive/archive/BL2CK/Makefile
2023-08-13 23:03:48 -07:00

21 lines
583 B
Makefile

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