adjust to example restructuring
This commit is contained in:
parent
c4083ea87d
commit
b86b9d77c1
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -7,13 +7,13 @@ home = $(shell pwd)
|
|||
build:
|
||||
cargo build
|
||||
|
||||
ext:
|
||||
linux:
|
||||
cargo build --examples --$(mode) --target=$(target)
|
||||
|
||||
viz:
|
||||
cd $(home)/viz/viz && cargo build --$(mode) --target=$(target)
|
||||
|
||||
deploy: ext
|
||||
scp $(home)/example/target/$(target)/$(mode)/example pi@192.168.1.136:
|
||||
upload: linux
|
||||
scp $(home)/target/armv7-unknown-linux-gnueabihf/release/examples/linux pi@192.168.1.136:
|
||||
|
||||
.PHONY: deploy build ext viz
|
||||
|
|
Loading…
Reference in a new issue