whitespace fixes
This commit is contained in:
parent
88484f7279
commit
87f77db63d
14
Makefile
14
Makefile
|
@ -13,10 +13,10 @@ out:
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: out/nitro.eif
|
run: out/nitro.eif
|
||||||
nitro-cli \
|
nitro-cli \
|
||||||
run-enclave \
|
run-enclave \
|
||||||
--cpu-count 2 \
|
--cpu-count 2 \
|
||||||
--memory 512M \
|
--memory 512M \
|
||||||
--eif-path out/nitro.eif \
|
--eif-path out/nitro.eif \
|
||||||
--debug-mode \
|
--debug-mode \
|
||||||
--attach-console
|
--attach-console
|
||||||
|
|
Loading…
Reference in New Issue