flashcard-archive/archive/ndsill.net/Makefile

18 lines
447 B
Makefile
Raw Normal View History

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