Updated makefile
This commit is contained in:
parent
3d7c573d1f
commit
e940f910b2
@ -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
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user