mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-21 19:43:04 +00:00
3 lines
67 B
Makefile
3 lines
67 B
Makefile
|
.PHONY: render
|
||
|
render:
|
||
|
cargo run --manifest-path=render/Cargo.toml
|