Advertisement
Guest User

Untitled

a guest
Aug 29th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.44 KB | None | 0 0
  1. # Uncomment lines below if you have problems with $PATH
  2. #SHELL := /bin/bash
  3. #PATH := /usr/local/bin:$(PATH)
  4.  
  5. all:
  6.         platformio -f -c vim run
  7.  
  8. upload:
  9.         platformio -f -c vim run --target upload
  10.  
  11. clean:
  12.         platformio -f -c vim run --target clean
  13.  
  14. program:
  15.         platformio -f -c vim run --target program
  16.  
  17. uploadfs:
  18.         platformio -f -c vim run --target uploadfs
  19.  
  20. update:
  21.         platformio -f -c vim update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement