formatting
This commit is contained in:
parent
aadf2e6c53
commit
55b07342a0
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -8,10 +8,10 @@ build:
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
ext:
|
ext:
|
||||||
cd $(home)/example && cargo build --$(mode) --target $(target)
|
cd $(home)/example && cargo build --$(mode) --target=$(target)
|
||||||
|
|
||||||
viz:
|
viz:
|
||||||
cd $(home)/viz/viz && cargo build --$(mode) --target $(target)
|
cd $(home)/viz/viz && cargo build --$(mode) --target=$(target)
|
||||||
|
|
||||||
deploy: ext
|
deploy: ext
|
||||||
scp $(home)/example/target/$(target)/$(mode)/example pi@192.168.1.136:
|
scp $(home)/example/target/$(target)/$(mode)/example pi@192.168.1.136:
|
||||||
|
|
Loading…
Reference in a new issue