default: build build: cargo build --release test: cargo test --release clean: cargo clean submission.zip: bot.json Cargo.lock Cargo.toml src zip -r9 submission.zip bot.json Cargo.lock Cargo.toml src .PHONY: default build test clean