# 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