flashcard-archive/archive/r4i-sdhc.com.au/Makefile

17 lines
333 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 extdata
directory:
mkdir -p $(OUT)/$(BASE)
old: directory
make -C $@
extdata: directory
cp readme.txt $(OUT)/$(BASE)