mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-03 14:34:21 +01:00
Add makefile to document possible options to run. e.g Default: Create a kata tarball, it will build assets concurrently. ``` $ make ``` Create a tarball build for cloud-hypervisor. ``` $ make cloud-hypervisor ``` Signed-off-by: Carlos Venegas <jos.c.venegas.munoz@intel.com>