Added makefile

This commit is contained in:
Christoffer Martinsson 2023-05-27 12:07:14 +00:00
parent 727f113124
commit 4709802879

19
firmware/Makefile Normal file
View 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