adapt Makefile to example structure
This commit is contained in:
parent
182e7b5eca
commit
cefa081630
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ build:
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
ext:
|
ext:
|
||||||
cd $(home)/example && cargo build --$(mode) --target=$(target)
|
cargo build --examples --$(mode) --target=$(target)
|
||||||
|
|
||||||
viz:
|
viz:
|
||||||
cd $(home)/viz/viz && cargo build --$(mode) --target=$(target)
|
cd $(home)/viz/viz && cargo build --$(mode) --target=$(target)
|
||||||
|
|
Loading…
Reference in a new issue