We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6932216 commit 7421d58Copy full SHA for 7421d58
enclaves/ethereum/Makefile
@@ -111,3 +111,6 @@ clean:
111
.PHONY: fmt
112
fmt:
113
@cargo fmt --all && cd ./enclave && cargo fmt --all
114
+
115
+.PHONY: echo
116
+ @echo "Hello"
0 commit comments