mirror of
https://github.com/trussed-dev/delog.git
synced 2026-06-20 04:16:34 -07:00
8 lines
285 B
Makefile
8 lines
285 B
Makefile
something:
|
|
cargo run
|
|
cargo run --no-default-features --features lib-a/log-all,lib-b/log-all
|
|
cargo run --features lib-a/log-all,lib-b/log-all
|
|
cargo run --features lib-a/log-all,lib-a1/log-all
|
|
cargo run --features lib-b/log-all
|
|
cargo run --features lib-a/log-trace,lib-b/log-error
|