flashcard-archive/archive/r4infinity.com/R4infinity_3/Makefile

21 lines
494 B
Makefile
Raw Normal View History

.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := r4infinity.com/$(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../../out
export COMMON := $(TOPDIR)/../../../common-kernels
package: directory BL2CK_1.30.4_Amaze3DS.zip old extdata
directory:
mkdir -p $(OUT)/$(BASE)
BL2CK_1.30.4_Amaze3DS.zip: directory
cd $(COMMON)/BL2CK/BL2CK_1.30.4_Amaze3DS && zip -r $(OUT)/$(BASE)/$@ *
old: directory
make -C $@
extdata: directory
cp -r README.txt $(OUT)/$(BASE)