projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
fff8ebe
)
also build workspace crate
author
Ralf Jung
<post@ralfj.de>
Fri, 26 Jun 2015 20:54:04 +0000
(22:54 +0200)
committer
Ralf Jung
<post@ralfj.de>
Fri, 26 Jun 2015 20:54:04 +0000
(22:54 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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
crates:
@cargo build
@cd solutions && cargo build
+ @cd workspace && cargo build