walpurgis/Makefile

9 lines
145 B
Makefile
Raw Permalink Normal View History

2023-11-16 21:02:03 -07:00
check:
cargo check
run:
2023-11-18 17:46:01 -07:00
@cargo run -- params.toml 2>/dev/null | python3 scripts/format.py | pygmentize -l c
2023-11-16 21:02:03 -07:00
debug:
cargo run -- params.toml