walpurgis/Makefile
Akemi Izuko 461bcaee80
All checks were successful
ci/woodpecker/push/build_rust Pipeline was successful
Makefile: add colors
2023-11-18 17:46:01 -07:00

9 lines
145 B
Makefile

check:
cargo check
run:
@cargo run -- params.toml 2>/dev/null | python3 scripts/format.py | pygmentize -l c
debug:
cargo run -- params.toml