Add Makefile
This commit is contained in:
parent
3f476821db
commit
7dffab78e1
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal 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
|
Loading…
Reference in a new issue