3 lines
166 B
Makefile
3 lines
166 B
Makefile
deploy:
|
|
cross build --target=armv7-unknown-linux-gnueabihf --release
|
|
scp target/armv7-unknown-linux-gnueabihf/release/northbridge cruise@pelican.dyn.wpi.edu:
|