Files
projekt1/test_LED2/Makefile
2025-10-13 18:11:12 +02:00

10 lines
123 B
Makefile

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