mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-31 04:54:21 +01:00
Start packaging the supported version of firecracker. Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>
10 lines
230 B
Makefile
10 lines
230 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"
|