build:
	@cargo build

doc:
	@cargo doc

test:
	@cargo test

clean:
	@cargo clean

.PHONY: build doc test clean
