Files
kata-containers/static-build/firecracker/Makefile
Manohar Castelino 6a44bdb48b Firecracker: Add support for firecracker packaging
Start packaging the supported version of firecracker.

Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>
2019-01-17 09:37:31 -08:00

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"