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