default: fmt clippy test

run file:
	cargo run -- {{file}} -o index.html

fmt:
	cargo fmt

clippy:
	cargo clippy

test:
	cargo test --workspace

update:
	git fetch
	git pull
	cargo update
