flashcard-archive/archive/YSMenu/Makefile

15 lines
294 B
Makefile
Raw Permalink Normal View History

.PHONY: package
export TOPDIR := $(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 DEMON_common $(OUT)/$(BASE)