libconfig/libconfig-validator/Makefile

14 lines
276 B
Makefile

check: ## Check for syntax errors on all workspaces
cargo check --workspace --tests --all-features
lint: ## Lint codebase
cargo fmt -v --all -- --emit files
cargo clippy --workspace --tests --all-features
serve:
trunk serve --port=7001
release:
trunk build --release