forked from platformio/platformio-core
6 lines
65 B
Makefile
6 lines
65 B
Makefile
all:
|
|
platformio run -t upload
|
|
|
|
clean:
|
|
platformio run -t clean
|