Updated makefile
This commit is contained in:
parent
8091cdc4a4
commit
b4ea94ab94
@ -3,17 +3,11 @@
|
|||||||
#PATH := /usr/local/bin:$(PATH)
|
#PATH := /usr/local/bin:$(PATH)
|
||||||
|
|
||||||
all:
|
all:
|
||||||
pio run
|
pio run && pio run -t compiledb
|
||||||
|
|
||||||
upload:
|
|
||||||
pio run --target upload
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
pio run --target clean
|
pio run --t clean
|
||||||
|
|
||||||
program:
|
upload:
|
||||||
pio run --target program
|
pio run --t upload
|
||||||
|
|
||||||
db:
|
|
||||||
pio run -t compiledb
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user