7 lines
108 B
Makefile
7 lines
108 B
Makefile
build:
|
|
pio run
|
|
pio run --target compiledb
|
|
cp ./.pio/build/esp32dev/ .
|
|
|
|
program:
|
|
pio run --target upload
|