flashcard-archive/archive/ds-link.net/Makefile

15 lines
328 B
Makefile
Raw Normal View History

2023-08-15 15:42:07 +02:00
.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)