aw-lights/Makefile

11 lines
210 B
Makefile
Raw Normal View History

2021-07-31 14:29:21 -04:00
.PHONY: build deploy run
build:
cargo build --target=armv7-unknown-linux-gnueabihf
deploy: build
2021-08-09 23:13:23 -04:00
scp ./target/armv7-unknown-linux-gnueabihf/debug/aw-lights pi:aw-lights-bin
2021-07-31 14:29:21 -04:00
run: deploy
ssh pi ./aw-lights