also build workspace crate
authorRalf Jung <post@ralfj.de>
Fri, 26 Jun 2015 20:54:04 +0000 (22:54 +0200)
committerRalf Jung <post@ralfj.de>
Fri, 26 Jun 2015 20:54:04 +0000 (22:54 +0200)
Makefile

index 40a2a79fd83aec5a494b59be96a7e758aca97cde..2e7758b777338d4d70527fd76de1e2aa21978944 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,3 +33,4 @@ workspace/src/main.rs:
 crates:
        @cargo build
        @cd solutions && cargo build
+       @cd workspace && cargo build