flashcard-archive/archive/r4iplat.com/Makefile
2023-08-24 11:30:24 -07:00

18 lines
441 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 r4iplat.com_Kernel_1.34.zip extdata
directory:
mkdir -p $(OUT)/$(BASE)
r4iplat.com_Kernel_1.34.zip: directory
cd $(TOPDIR)/r4iplat.com_Kernel_1.34 && zip -r -X $(OUT)/$(BASE)/$@ *
extdata: directory
cp README.txt $(OUT)/$(BASE)