20 lines
242 B
Makefile
Executable File

# Uncomment lines below if you have problems with $PATH
#SHELL := /bin/bash
#PATH := /usr/local/bin:$(PATH)
all:
pio run
upload:
pio run -t upload
clean:
pio run -t clean
db:
pio run -t compiledb
update:
pio update