# Targets
.PHONY: build

build:
	cargo run --features=_cli -r
