Go to file
James O. D. Hunt 6faabd290c build: Add minimal Makefile
Add a basic `Makefile` to allow a runtime to be built:

- Clear Containers-based Kata runtime:
  ```
  $ make KATA_RUNTIME=cc [install]
  ```

- `runv`-based Kata runtime:
  ```
  $ make KATA_RUNTIME=runv [install]
  ```

Fixes #15.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2018-01-26 13:55:56 +00:00
cc-runtime@de1b8f593f cc-runtime: Fix default systemd target 2018-01-24 18:42:29 +01:00
runv@299f4e6493 import runV runtime as a submodule 2017-12-24 09:17:45 +08:00
.gitmodules runtime: Add Clear Containers runtime 2018-01-24 12:45:24 +01:00
.pullapprove.yml CI: Add pullapprove and require two acks / PR 2017-12-21 17:23:35 +00:00
LICENSE Initial commit 2017-11-21 17:03:45 +08:00
Makefile build: Add minimal Makefile 2018-01-26 13:55:56 +00:00