mirror of
https://github.com/DinoMalin/paranoia-1.0.git
synced 2025-10-30 11:06:00 +00:00
15 lines
234 B
Makefile
15 lines
234 B
Makefile
all: compile upload
|
|
|
|
compile:
|
|
arduino-cli compile --fqbn arduino:mbed_nano:nano33ble sketch
|
|
|
|
upload:
|
|
arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:mbed_nano:nano33ble sketch
|
|
|
|
listen:
|
|
bash listen.sh
|
|
|
|
env:
|
|
bash --rcfile env.sh
|
|
|