mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-25 11:07:00 +01:00
Add BL2CK as standalone folder to preserve old links
This commit is contained in:
parent
a742b68bee
commit
e3aa94f7bb
20
archive/BL2CK/Makefile
Normal file
20
archive/BL2CK/Makefile
Normal 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)
|
Loading…
Reference in New Issue
Block a user