diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..99401c9 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +check: + cargo check + +run: + cargo run -- params.toml 2>/dev/null | python3 scripts/format.py + +debug: + cargo run -- params.toml