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