.PHONY: all build flash all: build flash build: cargo build --release flash: cargo espflash flash --release --monitor