
build:
	cargo build

fix:
	cargo fmt
	cargo fix

install:
	cargo install --path .

clean:
	cargo clean
