slugify/Makefile

9 lines
107 B
Makefile
Raw Permalink Normal View History

2026-04-19 11:22:59 +02:00
prepare:
cargo fetch --locked
build: prepare
cargo build --release
test: prepare
cargo test --release