Updated makefile

This commit is contained in:
Christoffer Martinsson 2023-05-29 23:42:04 +02:00
parent 8091cdc4a4
commit b4ea94ab94

View File

@ -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