Files
2025-03-01 19:00:12 -08:00

14 lines
262 B
Makefile

.PHONY: package
export TOPDIR := $(CURDIR)
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory old
directory:
mkdir -p $(OUT)/$(BASE)
old: directory
make -C $@