mirror of
https://github.com/jht5945/rust_util.git
synced 2026-03-01 02:11:34 +08:00
10 lines
74 B
Makefile
10 lines
74 B
Makefile
# help
|
|
aa:
|
|
@just --list
|
|
|
|
# example log
|
|
log:
|
|
cargo run --example log
|
|
|
|
|