flashcard-archive/archive/r4i-gold.com/Makefile
Deletecat 4f9d3998b5
Update r4i-gold.com folder (#26)
The cheat databases for the 3DS RTS kernel have been removed, seems like
they work with usrcheat.dat.
2023-09-12 08:37:25 -07:00

20 lines
518 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 old r4i-gold.com_Pro_2013_Wood_R4_1.51.zip extdata
directory:
mkdir -p $(OUT)/$(BASE)
old: directory
make -C $@
r4i-gold.com_Pro_2013_Wood_R4_1.51.zip: directory
cd $(TOPDIR)/r4i-gold.com_Pro_2013_Wood_R4_1.51 && zip -r -X $(OUT)/$(BASE)/$@ *
extdata: directory
cp YSMenu-instructions.txt $(OUT)/$(BASE)