Add Makefile

This commit is contained in:
Akemi Izuko 2023-11-16 21:02:03 -07:00
parent 3f476821db
commit 7dffab78e1
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
check:
cargo check
run:
cargo run -- params.toml 2>/dev/null | python3 scripts/format.py
debug:
cargo run -- params.toml