1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
all: lint lint: cargo clippy build: cargo build release: cargo build --release test: cargo test -- --nocapture --test-threads=1 fmt: @ bash ./tools/fmt.sh