Fixed Makefile

This commit is contained in:
Christoffer Martinsson 2023-06-02 20:09:47 +02:00
parent e940f910b2
commit 0c5d3b179e

View File

@ -3,17 +3,10 @@
#PATH := /usr/local/bin:$(PATH) #PATH := /usr/local/bin:$(PATH)
all: all:
pio run pio run && pio run -t compiledb
upload:
pio run -t upload
clean: clean:
pio run -t clean pio run -t clean
db: upload:
pio run -t compiledb pio run -t upload
update:
pio update