mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +00:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41
git-subtree-split:1f22d72d5d
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
11 lines
260 B
Makefile
11 lines
260 B
Makefile
MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
|
CONFIG_DIR := $(MK_DIR)/../../scripts/
|
|
|
|
build:
|
|
"$(MK_DIR)/build-static-firecracker.sh"
|
|
|
|
clean:
|
|
rm -rf "$(MK_DIR)/firecracker"
|
|
rm "$(MK_DIR)/firecracker-static"
|
|
rm "$(MK_DIR)/jailer-static"
|