From: Ralf Jung Date: Fri, 26 Jun 2015 20:54:04 +0000 (+0200) Subject: also build workspace crate X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/29ed03832973473f6e38d6d8af2db0329209bab4 also build workspace crate --- diff --git a/Makefile b/Makefile index 40a2a79..2e7758b 100644 --- a/Makefile +++ b/Makefile @@ -33,3 +33,4 @@ workspace/src/main.rs: crates: @cargo build @cd solutions && cargo build + @cd workspace && cargo build