flashcard-archive/archive/ndsill.net/Makefile

21 lines
479 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 old ndsill.net_3DS_Kernel_2.60.zip extdata
directory:
mkdir -p $(OUT)/$(BASE)
old: directory
make -C $@
ndsill.net_3DS_Kernel_2.60.zip: directory
cd $(TOPDIR)/ndsill.net_3DS_Kernel_2.60 && zip -r $(OUT)/$(BASE)/$@ *
extdata: directory
2024-01-04 19:31:18 +01:00
cp README.txt $(OUT)/$(BASE)