mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-21 16:24:22 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
8 lines
195 B
Makefile
8 lines
195 B
Makefile
MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
|
CONFIG_DIR := $(MK_DIR)/../../scripts/
|
|
|
|
build:
|
|
"$(MK_DIR)/build-static-qemu-virtiofs.sh"
|
|
clean:
|
|
rm -f kata-qemu-static.tar.gz
|