build:
	@cargo build

clean:
	@cargo clean

docs:
	@cargo docs

test:
	@cargo test

.PHONY: build clean docs
