Files
CDashDisplay/Makefile
T

25 lines
411 B
Makefile

# Uncomment lines below if you have problems with $PATH
#SHELL := /bin/bash
#PATH := /usr/local/bin:$(PATH)
all:
pio -f -c vim run
upload:
pio -f -c vim run --target upload
clean:
pio -f -c vim run --target clean
program:
pio -f -c vim run --target program
uploadfs:
pio -f -c vim run --target uploadfs
update:
pio -f -c vim update
cleanESlabs:
rm -rf .pio/libdeps/esp32-s3-devkitc-1/eslabsCurses