diff --git a/Makefile b/Makefile index c148c5f..0c70829 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,10 @@ 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 + nitro-cli \ + run-enclave \ + --cpu-count 2 \ + --memory 512M \ + --eif-path out/nitro.eif \ + --debug-mode \ + --attach-console