Added makefile
This commit is contained in:
parent
727f113124
commit
4709802879
19
firmware/Makefile
Normal file
19
firmware/Makefile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Uncomment lines below if you have problems with $PATH
|
||||||
|
#SHELL := /bin/bash
|
||||||
|
#PATH := /usr/local/bin:$(PATH)
|
||||||
|
|
||||||
|
all:
|
||||||
|
pio run
|
||||||
|
|
||||||
|
upload:
|
||||||
|
pio run --target upload
|
||||||
|
|
||||||
|
clean:
|
||||||
|
pio run --target clean
|
||||||
|
|
||||||
|
program:
|
||||||
|
pio run --target program
|
||||||
|
|
||||||
|
db:
|
||||||
|
pio run -t compiledb
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user