Files
platformio-core/examples/ide-eclipse/arduino_pro5/Makefile

6 lines
65 B
Makefile

all:
platformio run -t upload
clean:
platformio run -t clean