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) #PATH := /usr/local/bin:$(PATH)
all: all:
platformio run pio run
upload: upload:
platformio run --target upload pio run -t upload
clean: clean:
platformio run --target clean pio run -t clean
program: db:
platformio run --target program pio run -t compiledb
uploadfs:
platformio run --target uploadfs
update: update:
platformio update pio update
bear:
platformio run --target clean
bear make all