mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
7 lines
95 B
Makefile
7 lines
95 B
Makefile
|
|
|
|
default:
|
|
@just --list
|
|
|
|
lint:
|
|
cargo clippy --all-targets --all-features -- -D warnings
|