X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/fff8ebeb3f0b84c71275cbb5adee0aad6114f79b..29ed03832973473f6e38d6d8af2db0329209bab4:/Makefile 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