flashcard-archive/archive/r4i-sdhc.com/old/Makefile
lifehackerhansol d219bd5f66
Add timebombed r4i-sdhc.com kernel as an old kernel
Add instructions to use YSMenu on these carts instead as well
2023-08-17 23:39:55 -07:00

15 lines
402 B
Makefile

.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := r4i-sdhc.com/$(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../../out
export COMMON := $(TOPDIR)/../../../common-kernels
package: directory r4i-sdhc.com_DEMON_1.85b.zip
directory:
mkdir -p $(OUT)/$(BASE)
r4i-sdhc.com_DEMON_1.85b.zip: directory
cd $(TOPDIR)/r4i-sdhc.com_DEMON_1.85b && zip -r $(OUT)/$(BASE)/$@ *