Updated makefile

This commit is contained in:
Christoffer Martinsson 2023-05-29 22:20:32 +02:00
parent 3d7c573d1f
commit e940f910b2

View File

@ -3,23 +3,17 @@
#PATH := /usr/local/bin:$(PATH)
all:
platformio run
pio run
upload:
platformio run --target upload
pio run -t upload
clean:
platformio run --target clean
pio run -t clean
program:
platformio run --target program
uploadfs:
platformio run --target uploadfs
db:
pio run -t compiledb
update:
platformio update
pio update
bear:
platformio run --target clean
bear make all