build: cargo build --release test: cargo test --release profile: cargo flamegraph --bin benchmark clean: cargo clean submission.zip: zip --filesync -r9 submission.zip bot.json Cargo.lock Cargo.toml src .PHONY: build test profile clean submission.zip