From 71b05e02bdd6faa5ab194df34e03799d6bad4e6d Mon Sep 17 00:00:00 2001 From: DavidOConnor Date: Sun, 21 Apr 2019 21:50:35 -0400 Subject: [PATCH] Fixed minor errors in makefile and readme --- Makefile.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 64208a8..63a507a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -30,7 +30,7 @@ dependencies = ["build", "create_wasms"] [tasks.all_release] description = "Build all - Seed + examples and create wasms, with the --release flag" workspace = false -dependencies = ["build_release", "build_examples", "create_wasms"] +dependencies = ["build_release", "create_wasms"] [tasks.serve] description = "Start server for given example" diff --git a/README.md b/README.md index a9512a5..79ad265 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ -- If you don't have Rust and wasm-bindgen installed, [Download it](https://www.rust-lang.org/tools/install), and run the following commands: +- If you don't have Rust and cargo-make installed, [Download it](https://www.rust-lang.org/tools/install), and run the following commands: `rustup update`