mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-22 16:54:25 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-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"
|