Fixed error in makefile
This commit is contained in:
parent
785cf274ba
commit
e8557905d4
@ -6,8 +6,8 @@ all:
|
|||||||
pio run && pio run -t compiledb
|
pio run && pio run -t compiledb
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
pio run --t clean
|
pio run -t clean
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
pio run --t upload
|
pio run -t upload
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user