whitespace fixes
This commit is contained in:
parent
88484f7279
commit
87f77db63d
14
Makefile
14
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
|
||||
|
|
Loading…
Reference in New Issue