1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
build: cargo build build-release: cargo build --release dev *FLAGS: fd .rs | entr -r cargo run {{FLAGS}} test *FLAGS: cargo test {{FLAGS}} testw *FLAGS: fd .rs | entr -r cargo test {{FLAGS}} install: cargo install --path .