add `make run` target

This commit is contained in:
Ryan Heywood 2025-07-11 15:24:48 -04:00
parent d1c3bf9f98
commit 88484f7279
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 10 additions and 0 deletions

View File

@ -10,3 +10,13 @@ out/nitro.eif: Cargo.lock Cargo.toml out $(shell git ls-files src)
out:
mkdir -p out
.PHONY: run
run: out/nitro.eif
nitro-cli \
run-enclave \
--cpu-count 2 \
--memory 512M \
--eif-path out/nitro.eif \
--debug-mode \
--attach-console