flashcard-archive/archive/ds-link.net/Makefile
lifehackerhansol fe127811fb
Add DSLink
2023-08-15 06:42:36 -07:00

15 lines
328 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 extdata
directory:
mkdir -p $(OUT)/$(BASE)
extdata: directory
cp -r ds-link.net_Kernel_2.31 README.md $(OUT)/$(BASE)