This repository has been archived on 2024-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
stm32u5_cargo/Makefile
2023-11-14 16:25:09 -05:00

7 lines
57 B
Makefile

.PHONY: all
all: clean
cargo build
clean:
cargo clean