From bcde0eea948ad1e4ba083e16e66a741ed8a65a63 Mon Sep 17 00:00:00 2001 From: Alen Yohannan <66544823+AlenSaito1@users.noreply.github.com> Date: Wed, 16 Mar 2022 11:41:53 +0530 Subject: [PATCH] chore(): update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8154bcc..4634d6e 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -build +build: cargo build --release --bin ethereal-bin build-wasm: