X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/4f61be32dd480f23a7fef05ee66c42ae27c980c6..29ed03832973473f6e38d6d8af2db0329209bab4:/Makefile?ds=sidebyside 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