flashcard-archive/archive/r4team.com/Makefile

18 lines
422 B
Makefile
Raw Normal View History

.PHONY: package
export TOPDIR := $(CURDIR)
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory r4team.com_Kernel_1.19.zip extdata
directory:
mkdir -p $(OUT)/$(BASE)
r4team.com_Kernel_1.19.zip: directory
cd $(TOPDIR)/r4team.com_Kernel_1.19 && zip -r $(OUT)/$(BASE)/$@ *
extdata: directory
cp README.txt $(OUT)/$(BASE)