Fixed error in makefile

This commit is contained in:
Christoffer Martinsson 2023-05-30 13:01:55 +02:00
parent 785cf274ba
commit e8557905d4

View File

@ -6,8 +6,8 @@ all:
pio run && pio run -t compiledb
clean:
pio run --t clean
pio run -t clean
upload:
pio run --t upload
pio run -t upload