flashcard-archive/archive/r4itt.net/r4itt.net_3DS_NEW_RTS/Makefile

20 lines
436 B
Makefile

.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := r4itt.net/$(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../../out
export COMMON := $(TOPDIR)/../../../common-kernels
package: directory BL2CK_1.31.0.zip old extdata
directory:
mkdir -p $(OUT)/$(BASE)
include $(COMMON)/BL2CK/R4iTT/Makefile
old: directory
make -C $@
extdata: directory
cp -r readme.txt r4itt.net_3DS_*_FWUpdate* $(OUT)/$(BASE)