projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
part 05: clarify exercise
[rust-101.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 01d7298aa64dc8bec4d0b12eebb1a96215d5d1c3..f59d575f8ebac5151e9cff3e4f87c4c52709df82 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-36,5
+36,5
@@
workspace/src/main.rs:
## Crates
crates: $(WORKSPACEFILES)
@cargo build
- @cd solutions && cargo build
@cd workspace && cargo build
+ @cd solutions && cargo build && cargo test