6 lines
168 B
Makefile
6 lines
168 B
Makefile
.PHONE: default
|
|
default:
|
|
# Make sure that `cross` is installed (`cargo install cross`)
|
|
# and that docker is running
|
|
cross build --target arm-unknown-linux-gnueabihf
|