diff --git a/Makefile b/Makefile index be1f025..c148c5f 100644 --- a/Makefile +++ b/Makefile @@ -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